chore: configure criterion benchmarking for hcie-engine-api and update benchmark dependency handling
This commit is contained in:
@@ -34,6 +34,7 @@ usvg = { workspace = true }
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib", "staticlib"]
|
||||
bench = false
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.23"
|
||||
|
||||
@@ -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(),
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user