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
Showing
- polkadot/node/subsystem-bench/src/approval/message_generator.rs 2 additions, 1 deletion...ot/node/subsystem-bench/src/approval/message_generator.rs
- polkadot/node/subsystem-bench/src/approval/mod.rs 2 additions, 1 deletionpolkadot/node/subsystem-bench/src/approval/mod.rs
- polkadot/node/subsystem-bench/src/availability/mod.rs 1 addition, 1 deletionpolkadot/node/subsystem-bench/src/availability/mod.rs
- polkadot/node/subsystem-bench/src/cli.rs 0 additions, 82 deletionspolkadot/node/subsystem-bench/src/cli.rs
- polkadot/node/subsystem-bench/src/core/configuration.rs 1 addition, 90 deletionspolkadot/node/subsystem-bench/src/core/configuration.rs
- polkadot/node/subsystem-bench/src/subsystem-bench.rs 78 additions, 152 deletionspolkadot/node/subsystem-bench/src/subsystem-bench.rs
Please register or sign in to comment