Skip to content

Commit 712d01c

Browse files
committed
fix admin_utils
1 parent 944bc26 commit 712d01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/benchmark_action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "Building runtime-benchmarks…"
1313
cargo build --profile production -p node-subtensor --features runtime-benchmarks
1414

1515
# Pallets to benchmark and their dispatch files
16-
PALLETS=(subtensor admin-utils collective commitments drand proxy utility)
16+
PALLETS=(subtensor admin_utils collective commitments drand proxy utility)
1717
declare -A DISPATCH_PATHS=(
1818
[subtensor]="../pallets/subtensor/src/macros/dispatches.rs"
1919
[admin-utils]="../pallets/admin-utils/src/lib.rs"

0 commit comments

Comments
 (0)