feat: add performance benchmarks for composite buffer pooling and effects pipeline skipping
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 17:29:33 +03:00
parent a056419c24
commit 6b02f19624
8 changed files with 762 additions and 1 deletions
+17
View File
@@ -40,3 +40,20 @@ rstest = "0.23"
proptest = "1.5"
approx = "0.5"
sha2 = "0.10"
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "stroke_mask_pooling"
harness = false
[[bench]]
name = "composite_scratch_pooling"
harness = false
[[bench]]
name = "below_cache_reuse"
harness = false
[[bench]]
name = "effects_skip"
harness = false