-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pacer based on wall clock instead of relative differences in dura…
…tion (#12) * add pacer based on wall clock instead of relative differences in duration The reason for the change is that errors in pacing add up if we pace relative to the previous request, but do not add up if we always do our calculations relative to the start of the phase. Like measuring 1 meter by measuring 2 millimeters on top of each other 500 times will not be as accurate as measuring the 1 meter in one go. The source of errors is simply execution time. * fix last request's wall time * dummyweb with latency, worker tuning * add idle/max connections * print stats from pacer * spelling --------- Co-authored-by: George Malamidis <[email protected]>
- Loading branch information
1 parent
2c8eb69
commit 92ce3fd
Showing
6 changed files
with
101 additions
and
19 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
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