mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
Hide benchmarking CLI behind the feature flag (#5600)
* Hide benchmarking CLI behind the feature flag * Add a message
This commit is contained in:
@@ -149,7 +149,10 @@ cli = [
|
||||
"structopt",
|
||||
"substrate-build-script-utils",
|
||||
]
|
||||
runtime-benchmarks = [ "node-runtime/runtime-benchmarks" ]
|
||||
runtime-benchmarks = [
|
||||
"node-runtime/runtime-benchmarks",
|
||||
"frame-benchmarking-cli",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user