mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-12 23:50:20 +03:00
added benchmark tip
This commit is contained in:
parent
541c66be7f
commit
6496b3695e
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user