We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944bc26 commit 712d01cCopy full SHA for 712d01c
scripts/benchmark_action.sh
@@ -13,7 +13,7 @@ echo "Building runtime-benchmarks…"
13
cargo build --profile production -p node-subtensor --features runtime-benchmarks
14
15
# Pallets to benchmark and their dispatch files
16
-PALLETS=(subtensor admin-utils collective commitments drand proxy utility)
+PALLETS=(subtensor admin_utils collective commitments drand proxy utility)
17
declare -A DISPATCH_PATHS=(
18
[subtensor]="../pallets/subtensor/src/macros/dispatches.rs"
19
[admin-utils]="../pallets/admin-utils/src/lib.rs"
0 commit comments