Expose the runtime-benchmarks feature to the cli crate (#5143)

This exposes the `runtime-benchmarks` feature via the cli crate and
makes sure the benchmarking can be enabled. This requires that the user
goes to `bin/node/cli` and runs `cargo build --features
runtime-benchmarks` to build a node that has the feature enabled.
This commit is contained in:
Gavin Wood
2020-03-05 15:57:38 +01:00
committed by GitHub
parent 0573f1408d
commit dc85ccb7df
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -151,3 +151,4 @@ wasmtime = [
"sc-cli/wasmtime",
"sc-service/wasmtime",
]
runtime-benchmarks = [ "node-runtime/runtime-benchmarks" ]