Skip to content

Commit 9ecc060

Browse files
committed
Add --locked
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 6d3b620 commit 9ecc060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench-bot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ shopt -s inherit_errexit
1414
. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
1515
. "$(dirname "${BASH_SOURCE[0]}")/cmd_runner.sh"
1616

17-
cargo_run_benchmarks="cargo +nightly run --quiet --profile=production"
17+
cargo_run_benchmarks="cargo +nightly run --locked --quiet --profile=production"
1818
repository="$(basename "$PWD")"
1919

2020
bench_pallet_common_args=(

0 commit comments

Comments
 (0)