mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-19 18:19:46 +00:00
fixed benchmarks
This commit is contained in:
parent
6e64bfc513
commit
49f7ecf551
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ fn exec_bench_w_input<T: Measurement>(
|
|||
&[stdin_str],
|
||||
);
|
||||
|
||||
if !compile_out.stderr.is_empty() {
|
||||
if !compile_out.stderr.is_empty() && compile_out.stderr != "🔨 Rebuilding platform...\n" {
|
||||
panic!("{}", compile_out.stderr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue