check if regression is caught

This commit is contained in:
Anton-4 2021-08-03 13:46:30 +02:00
parent 98fc155faf
commit 234ab10017
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",
"2680\n", //2680-14200
"14200\n", //2680-14200
bench_group_opt,
);
}