diff --git a/scripts/bench.sh b/scripts/bench.sh index 30bbf6d6daa4..2f4ef7ec6a14 100755 --- a/scripts/bench.sh +++ b/scripts/bench.sh @@ -112,5 +112,6 @@ main() { # instead of using `cargo run --locked`, we allow the Cargo files to be updated # but avoid committing them. It is so `cmd_runner_apply_patches` can work git restore --staged Cargo.* +} main "$@"