started rewriting benchmark bash script in rust

This commit is contained in:
Anton-4 2021-07-23 19:45:58 +02:00
parent 6c1b069274
commit ca5410402b
7 changed files with 362 additions and 3 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-14200
"14200\n", //2680-14200
bench_group_opt,
);
}