ci: use production profile for benchmarks (#5100)

This commit is contained in:
Mara Robin B
2022-03-14 12:22:55 +01:00
committed by GitHub
parent 3e357ec0a8
commit 68209b7a5f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
# current reference machine: https://github.com/paritytech/substrate/pull/5848
runtime="$1"
standard_args="--release --locked --features=runtime-benchmarks"
profile="$2"
standard_args="--profile $profile --locked --features=runtime-benchmarks"
echo "[+] Running all benchmarks for $runtime"