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 3204781 commit f65d979Copy full SHA for f65d979
scripts/run_benches_for_runtime.sh
@@ -9,7 +9,7 @@ profile=${2-"release"}
9
10
chain=$([ "$1" == "spiritnet" ] && echo "spiritnet-dev" || echo "dev")
11
# Dev profile is the debug target
12
-standard_args="--profile $2 --locked --features=runtime-benchmarks --bin=kilt-parachain"
+standard_args="--profile $profile --locked --features=runtime-benchmarks --bin=kilt-parachain"
13
14
pallets=(
15
pallet-migration
0 commit comments