Add SVG report for typical stroke mask pooling at warm 10th stroke
This commit is contained in:
@@ -142,5 +142,9 @@ fn bench_composite_scratch_pooling(c: &mut Criterion) {
|
||||
group.finish();
|
||||
}
|
||||
|
||||
criterion_group!(benches, bench_composite_scratch_pooling);
|
||||
criterion_group!{
|
||||
name = benches;
|
||||
config = Criterion::default().output_directory(std::path::Path::new("criterion"));
|
||||
targets = bench_composite_scratch_pooling
|
||||
}
|
||||
criterion_main!(benches);
|
||||
|
||||
Reference in New Issue
Block a user