From 6496b3695efd90fce4009323b6bc8a8d4f8050eb Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:11:05 +0100 Subject: [PATCH] added benchmark tip --- ci/benchmarks/bench-runner/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) 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 );