Skip to content

Commit f65d979

Browse files
committed
fix: runtime benchmarks script
1 parent 3204781 commit f65d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_benches_for_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ profile=${2-"release"}
99

1010
chain=$([ "$1" == "spiritnet" ] && echo "spiritnet-dev" || echo "dev")
1111
# Dev profile is the debug target
12-
standard_args="--profile $2 --locked --features=runtime-benchmarks --bin=kilt-parachain"
12+
standard_args="--profile $profile --locked --features=runtime-benchmarks --bin=kilt-parachain"
1313

1414
pallets=(
1515
pallet-migration

0 commit comments

Comments
 (0)