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 6d3b620 commit 9ecc060Copy full SHA for 9ecc060
bench-bot.sh
@@ -14,7 +14,7 @@ shopt -s inherit_errexit
14
. "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
15
. "$(dirname "${BASH_SOURCE[0]}")/cmd_runner.sh"
16
17
-cargo_run_benchmarks="cargo +nightly run --quiet --profile=production"
+cargo_run_benchmarks="cargo +nightly run --locked --quiet --profile=production"
18
repository="$(basename "$PWD")"
19
20
bench_pallet_common_args=(
0 commit comments