Merge remote-tracking branch 'origin/trunk' into run-all-examples

This commit is contained in:
Richard Feldman 2021-07-21 01:06:54 -04:00
commit 2bdd137ef5
13 changed files with 210 additions and 70 deletions

View file

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