mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
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:
@@ -151,3 +151,4 @@ wasmtime = [
|
||||
"sc-cli/wasmtime",
|
||||
"sc-service/wasmtime",
|
||||
]
|
||||
runtime-benchmarks = [ "node-runtime/runtime-benchmarks" ]
|
||||
|
||||
Reference in New Issue
Block a user