mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
fmt
This commit is contained in:
parent
6e18e149d9
commit
d964d34ff4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ pub fn bench_nqueens<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGroup
|
||||||
&example_file("benchmarks", "NQueens.roc"),
|
&example_file("benchmarks", "NQueens.roc"),
|
||||||
"11",
|
"11",
|
||||||
"nqueens",
|
"nqueens",
|
||||||
"2680\n",//2680-14200
|
"2680\n", //2680-14200
|
||||||
bench_group_opt,
|
bench_group_opt,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue