Skip to content
Unverified Commit f4a196ab authored by Andrei Eres's avatar Andrei Eres Committed by GitHub
Browse files

Optimize initialization of networking protocol benchmarks (#6636)



# Description
These changes should enhance the quality of benchmark results by
excluding worker initialization time from the measurements and reducing
the overall duration of the benchmarks.

### Integration
It should not affect any downstream projects.

### Review Notes
- Workers initialize once per benchmark to avoid side effects.  
- The listen address is assigned when a worker starts.  
- Benchmarks are divided into two groups by size to create better charts
for comparison.

---------

Co-authored-by: default avatarGitHub Action <[email protected]>
parent 654d60c3
Pipeline #508265 waiting for manual action with stages
in 1 hour, 9 minutes, and 7 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment