mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
added benchmark tip
This commit is contained in:
parent
541c66be7f
commit
6496b3695e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue