mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 23:57:56 +00:00
Disable hostperfcheck by default (#6640)
This feature should only be activated by the polkadot binary. Otherwise parachains may accidentally activate this feature.
This commit is contained in:
@@ -36,9 +36,6 @@ pub enum PerfCheckError {
|
||||
#[error("This subcommand is only available in release mode")]
|
||||
WrongBuildType,
|
||||
|
||||
#[error("This subcommand is only available when compiled with `{feature}`")]
|
||||
FeatureNotEnabled { feature: &'static str },
|
||||
|
||||
#[error("No wasm code found for running the performance test")]
|
||||
WasmBinaryMissing,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user