mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-08-03 03:25:40 +00:00
subsystem-bench: run cli benchmarks only using config files (#3239)
This PR removes the configuration of subsystem benchmarks via CLI arguments. After this, we only keep configurations only in yaml files. It removes unnecessary code duplication
This commit is contained in:
@@ -67,7 +67,7 @@ use super::core::{configuration::TestConfiguration, mock::dummy_builder, network
|
||||
|
||||
const LOG_TARGET: &str = "subsystem-bench::availability";
|
||||
|
||||
use super::{cli::TestObjective, core::mock::AlwaysSupportsParachains};
|
||||
use super::{core::mock::AlwaysSupportsParachains, TestObjective};
|
||||
use polkadot_node_subsystem_test_helpers::{
|
||||
derive_erasure_chunks_with_proofs_and_root, mock::new_block_import_info,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user