[subsystem-benchmark] Add approval-voting benchmark to CI (#4216)

Co-authored-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
Andrei Eres
2024-04-22 14:45:54 +02:00
committed by GitHub
parent 921265ca78
commit a2a049db2b
5 changed files with 125 additions and 15 deletions
@@ -53,3 +53,14 @@ kvdb-memorydb = "0.13.0"
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }
log = { workspace = true, default-features = true }
env_logger = "0.11"
polkadot-subsystem-bench = { path = "../../subsystem-bench" }
[[bench]]
name = "approval-voting-regression-bench"
path = "benches/approval-voting-regression-bench.rs"
harness = false
required-features = ["subsystem-benchmarks"]
[features]
subsystem-benchmarks = []