added benchmark tip

This commit is contained in:
Anton-4 2023-01-21 18:11:05 +01:00
parent 541c66be7f
commit 6496b3695e
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -66,6 +66,8 @@ fn finish(all_regressed_benches: HashSet<String>, 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
);