regression testing

This commit is contained in:
Anton-4 2021-07-09 12:21:36 +02:00
parent c9c073f79a
commit 56b19a59f5

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"),
"11", "12",
"nqueens", "nqueens",
"2680\n", "14200\n",
bench_group_opt, bench_group_opt,
); );
} }