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
+5
View File
@@ -102,4 +102,9 @@ pub use metrics::Metrics;
pub use execute::worker_entrypoint as execute_worker_entrypoint;
pub use prepare::worker_entrypoint as prepare_worker_entrypoint;
pub use executor_intf::{prepare, prevalidate};
pub use sc_executor_common;
pub use sp_maybe_compressed_blob;
const LOG_TARGET: &str = "parachain::pvf";