mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
reset nqueens bench back to original values
This commit is contained in:
parent
72e9e2d736
commit
01bbb6f30f
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\n",
|
||||
bench_group_opt,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue