back to normal nqueens params

This commit is contained in:
Anton-4 2021-07-20 15:43:57 +02:00
parent f989c42d3d
commit fad56e9402

View file

@ -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,
); );
} }