-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use different segment sizes per op. (#147)
In extreme cases where operation types have big difference in execution speed, for instance 2 hours PUT and 20 seconds DELETE the automatic segment duration would select a value unsuitable for the slowest. In this case a segment size of 15s would be chosen and there would be no valuable information in the DELETE segment. Use per type segment selection. Bonus, calculate mixed endpoints concurrently.
- Loading branch information
Showing
3 changed files
with
53 additions
and
36 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
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