refactor: lift criterion html_reports feature to workspace declaration

This commit is contained in:
Moudy 2026-05-21 16:44:41 +02:00
parent a9bf3fbfe7
commit d064f87ad7
3 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ url = { version = "2.5.4", features = ["serde"] }
tokio-retry = "0.3.0"
schemars = "1.2"
async-stream = "0.3.6"
criterion = "0.8"
criterion = { version = "0.8", features = ["html_reports"] }
logos-blockchain-common-http-client = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ee281a447d95a951752461ee0a6e88eb4a0f17cf" }
logos-blockchain-key-management-system-service = { git = "https://github.com/logos-blockchain/logos-blockchain.git", rev = "ee281a447d95a951752461ee0a6e88eb4a0f17cf" }

View File

@ -12,7 +12,7 @@ workspace = true
key_protocol.workspace = true
nssa_core = { workspace = true, features = ["host"] }
rand = { workspace = true }
criterion = { workspace = true, features = ["html_reports"] }
criterion.workspace = true
[[bench]]
name = "primitives"

View File

@ -30,7 +30,7 @@ anyhow.workspace = true
clap = { workspace = true }
[dev-dependencies]
criterion = { workspace = true, features = ["html_reports"] }
criterion.workspace = true
[[bench]]
name = "verify"