Add SVG report for typical stroke mask pooling at warm 10th stroke
mandatory-regression-gate / deterministic-tests (push) Has been cancelled
mandatory-regression-gate / protected-performance-path (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-24 23:43:42 +03:00
parent 844fd4a026
commit 8563a44211
425 changed files with 31493 additions and 83 deletions
@@ -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);