Skip to content
Snippets Groups Projects
Commit 4aea71a9 authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

Pass through `runtime-benchmark` feature (#6110)

parent 42c043d7
No related merge requests found
......@@ -56,7 +56,11 @@ cli = [
"polkadot-client",
"polkadot-node-core-pvf",
]
runtime-benchmarks = ["service/runtime-benchmarks", "polkadot-node-metrics/runtime-benchmarks"]
runtime-benchmarks = [
"service/runtime-benchmarks",
"polkadot-node-metrics/runtime-benchmarks",
"polkadot-performance-test?/runtime-benchmarks"
]
trie-memory-tracker = ["sp-trie/memory-tracker"]
full-node = ["service/full-node"]
try-runtime = ["service/try-runtime"]
......
......@@ -19,3 +19,6 @@ kusama-runtime = { path = "../../../runtime/kusama" }
[[bin]]
name = "gen-ref-constants"
path = "src/gen_ref_constants.rs"
[features]
runtime-benchmarks = ["kusama-runtime/runtime-benchmarks"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment