mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:46:46 +00:00
iai-callgrind now correctly exits with error if regressions were found [1], so we no longer need to check for regressions manually. Remove this check and instead exit based on the exit status of the benchmark run. [1] https://github.com/iai-callgrind/iai-callgrind/issues/337