mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
ci: use production profile for benchmarks (#5100)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user