diff --git a/ci/benchmarks/bench-runner/src/main.rs b/ci/benchmarks/bench-runner/src/main.rs index 86bd30d82c..adc9437696 100644 --- a/ci/benchmarks/bench-runner/src/main.rs +++ b/ci/benchmarks/bench-runner/src/main.rs @@ -66,6 +66,8 @@ fn finish(all_regressed_benches: HashSet, nr_repeat_benchmarks: usize) { FAILED: The following benchmarks have shown a regression {:?} times: {:?} + TIP: It may be the case that you do not have a speedup that is on main, I recommend pulling in main to make sure. + "#, nr_repeat_benchmarks, all_regressed_benches );