-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(perf): Overlay time series instead of concatenating
Previously, we concatenated time series for tests that produced data from multiple vcpus. Now, we instead overlay them, to accurately record the net throughput for each second interval, across all workers. This does not make a difference for permutation tests, but does allow us to exploit some properties of averages of time series across different parameterizations. Signed-off-by: Patrick Roy <[email protected]>
- Loading branch information
Showing
2 changed files
with
39 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