mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
back to normal nqueens params
This commit is contained in:
parent
f989c42d3d
commit
fad56e9402
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ fn bench_cmd<T: Measurement>(
|
|||
pub fn bench_nqueens<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGroup<T>>) {
|
||||
exec_bench_w_input(
|
||||
&example_file("benchmarks", "NQueens.roc"),
|
||||
"12",
|
||||
"11",
|
||||
"nqueens",
|
||||
"14200\n", //2680-14200
|
||||
"2680\n", //2680-14200
|
||||
bench_group_opt,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue