mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples
This commit is contained in:
commit
c6ec3d5d30
65 changed files with 3191 additions and 679 deletions
|
@ -16,6 +16,7 @@ fn exec_bench_w_input<T: Measurement>(
|
|||
let compile_out = run_roc(
|
||||
["build", OPTIMIZE_FLAG, file.to_str().unwrap()],
|
||||
&[stdin_str],
|
||||
&[],
|
||||
);
|
||||
|
||||
if !compile_out.stderr.is_empty() && compile_out.stderr != "🔨 Rebuilding platform...\n" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue