[package] name = "pezpallet-election-provider-support-benchmarking" version = "27.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage.workspace = true repository.workspace = true description = "Benchmarking for election provider support onchain config trait" documentation.workspace = true [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { features = ["derive"], workspace = true } pezframe-benchmarking = { optional = true, workspace = true } pezframe-election-provider-support = { workspace = true } pezframe-system = { workspace = true } pezsp-npos-elections = { workspace = true } pezsp-runtime = { workspace = true } [features] default = ["std"] std = [ "codec/std", "pezframe-benchmarking?/std", "pezframe-election-provider-support/std", "pezframe-system/std", "pezsp-npos-elections/std", "pezsp-runtime/std", ] runtime-benchmarks = [ "pezframe-benchmarking/runtime-benchmarks", "pezframe-election-provider-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezsp-npos-elections/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", ]