diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-06-10 07:02:57 +0000 |
|---|---|---|
| committer | Trevor Gross <tmgross@umich.edu> | 2025-06-10 07:02:57 +0000 |
| commit | b5fafd9816c228e27aac30289fafb2d2ebb49069 (patch) | |
| tree | 0401527f01c55114eb827d5cf3fe8a2c4c4d898f | |
| parent | 3497619ec1b58e0fa6db5b7047a8bfb3db7dcbf4 (diff) | |
| download | rust-b5fafd9816c228e27aac30289fafb2d2ebb49069.tar.gz rust-b5fafd9816c228e27aac30289fafb2d2ebb49069.zip | |
ci: Fix a typo that was causing a command failure
| -rwxr-xr-x | library/compiler-builtins/ci/bench-icount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/bench-icount.sh b/library/compiler-builtins/ci/bench-icount.sh index 5724955fe36..d2baebb52d8 100755 --- a/library/compiler-builtins/ci/bench-icount.sh +++ b/library/compiler-builtins/ci/bench-icount.sh @@ -57,7 +57,7 @@ function run_icount_benchmarks() { # Disregard regressions after merge echo "Benchmarks completed with regressions; ignoring (not in a PR)" else - ./ci/ci-util.py handle-banch-regressions "$PR_NUMBER" + ./ci/ci-util.py handle-bench-regressions "$PR_NUMBER" fi } |
