-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
congestion: advanced balanced workloads (#10794)
Add configuration parameters to the balanced workload to adjust: - How deep each transaction should be. (number of hops) - Different receipt sizes for different depth-levels. - How wide each transaction should be. (how many children each parent receipt spwans) Note that the workload is still balanced evenly across all shards. Using these new parameters, I also add two new workloads to the test suite: - Increasing Size: Start with small receipts locally but produce large outgoing receipts. - Shard War: Each shard multiplies small receipts locally and then blast 64 larger receipts per tx to the receiving shard. These two workloads produce >1GB large queue in some workloads.
- Loading branch information
Showing
2 changed files
with
152 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters