mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +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>>) {
|
pub fn bench_nqueens<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGroup<T>>) {
|
||||||
exec_bench_w_input(
|
exec_bench_w_input(
|
||||||
&example_file("benchmarks", "NQueens.roc"),
|
&example_file("benchmarks", "NQueens.roc"),
|
||||||
"12",
|
"11",
|
||||||
"nqueens",
|
"nqueens",
|
||||||
"14200\n", //2680-14200
|
"2680\n", //2680-14200
|
||||||
bench_group_opt,
|
bench_group_opt,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue