mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
cleaned up benchmark script, now doing 200 runs per bench repeated 3 times to confirm
This commit is contained in:
parent
e7223fe176
commit
a3f7c6accf
5 changed files with 74 additions and 67 deletions
|
@ -79,7 +79,7 @@ pub fn bench_nqueens<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGroup
|
|||
&example_file("benchmarks", "NQueens.roc"),
|
||||
"11",
|
||||
"nqueens",
|
||||
"2680\n",
|
||||
"2680\n",//2680-14200
|
||||
bench_group_opt,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue