chore: configure criterion benchmarking for hcie-engine-api and update benchmark dependency handling
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 18:42:53 +03:00
parent 6b02f19624
commit ee6ad2dc20
4 changed files with 57 additions and 1 deletions
+1
View File
@@ -34,6 +34,7 @@ usvg = { workspace = true }
[lib]
crate-type = ["rlib", "staticlib"]
bench = false
[dev-dependencies]
rstest = "0.23"
+1 -1
View File
@@ -145,7 +145,7 @@ fn bench_effects_skip(c: &mut Criterion) {
spread: 0.0,
size: 10.0,
color: [0, 0, 0, 255],
blend_mode: hcie_engine_api::BlendMode::Normal,
blend_mode: "Normal".to_string(),
},
);