Run subsystem-benchmark without network latency (#4068)
Implements the idea from https://github.com/paritytech/polkadot-sdk/pull/3899 - Removed latencies - Number of runs reduced from 50 to 5, according to local runs it's quite enough - Network message is always sent in a spawned task, even if latency is zero. Without it, CPU time sometimes spikes. - Removed the `testnet` profile because we probably don't need that debug additions. After the local tests I can't say that it brings a significant improvement in the stability of the results. However, I belive it is worth trying and looking at the results over time.
Showing
- .gitlab/pipeline/test.yml 2 additions, 2 deletions.gitlab/pipeline/test.yml
- polkadot/node/network/availability-distribution/benches/availability-distribution-regression-bench.rs 3 additions, 1 deletion...ion/benches/availability-distribution-regression-bench.rs
- polkadot/node/network/availability-recovery/benches/availability-recovery-regression-bench.rs 3 additions, 1 deletion...ecovery/benches/availability-recovery-regression-bench.rs
Please register or sign in to comment