no more regressing nqueens on purpose

This commit is contained in:
Anton-4 2021-08-03 18:34:59 +02:00
parent 556fc56913
commit 0c52d1fb57
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ pub fn bench_nqueens<T: Measurement>(bench_group_opt: Option<&mut BenchmarkGroup
&example_file("benchmarks", "NQueens.roc"),
"11",
"nqueens",
"14200\n", //2680-14200
"2680\n", //2680-14200
bench_group_opt,
);
}