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 f65d979 commit 84c6dd9Copy full SHA for 84c6dd9
scripts/run_benches_for_runtime.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -x
3
4
# Runs all benchmarks for all pallets, for a given runtime, provided by $1
5
# Should be run on a reference machine to gain accurate benchmarks
@@ -64,7 +65,7 @@ if [ $profile == "dev" ]; then
64
65
additional_args="--steps=2 --repeat=1 --default-pov-mode=ignored --no-verify"
66
else
67
target_folder=$profile
- additional_args="--header=\"HEADER-GPL\" --template=\".maintain/runtime-weight-template.hbs\" --output=\"./runtimes/${runtime}/src/weights/\""
68
+ additional_args="--header=HEADER-GPL --template=.maintain/runtime-weight-template.hbs --output=./runtimes/${runtime}/src/weights/"
69
fi
70
71
for pallet in "${pallets[@]}"; do
0 commit comments