cli: introduce host-perf-check command (#4342)

This commit is contained in:
Chris Sosnin
2021-12-09 14:26:16 +03:00
committed by GitHub
parent 2982387131
commit 762ec19ac0
16 changed files with 417 additions and 17 deletions
+4
View File
@@ -54,6 +54,10 @@ pub enum Subcommand {
#[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
/// Runs performance checks such as PVF compilation in order to measure machine
/// capabilities of running a validator.
HostPerfCheck,
/// Try some command against runtime state.
#[cfg(feature = "try-runtime")]
TryRuntime(try_runtime_cli::TryRuntimeCmd),