Cumulus test service cleanup (#2887)
closes #2567 Followup for https://github.com/paritytech/polkadot-sdk/pull/2331 This PR contains multiple internal cleanups: 1. This gets rid of the functionality in `generate_genesis_block` which was only used in one benchmark 2. Fixed `transaction_pool` and `transaction_throughput` benchmarks failing since they require a tokio runtime now. 3. Removed `parachain_id` CLI option from the test parachain 4. Removed `expect` call from `RuntimeResolver`
parent
f270b08a
Showing
- cumulus/client/cli/src/lib.rs 23 additions, 13 deletionscumulus/client/cli/src/lib.rs
- cumulus/polkadot-parachain/src/command.rs 16 additions, 16 deletionscumulus/polkadot-parachain/src/command.rs
- cumulus/test/service/benches/transaction_throughput.rs 14 additions, 12 deletionscumulus/test/service/benches/transaction_throughput.rs
- cumulus/test/service/src/cli.rs 2 additions, 6 deletionscumulus/test/service/src/cli.rs
- cumulus/test/service/src/genesis.rs 0 additions, 69 deletionscumulus/test/service/src/genesis.rs
- cumulus/test/service/src/lib.rs 4 additions, 6 deletionscumulus/test/service/src/lib.rs
- cumulus/test/service/src/main.rs 7 additions, 11 deletionscumulus/test/service/src/main.rs
- substrate/bin/node/cli/benches/transaction_pool.rs 4 additions, 2 deletionssubstrate/bin/node/cli/benches/transaction_pool.rs
Please register or sign in to comment