-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect Delta Metric calculation
Problem: Delta metrics were not calculated properly because the only the delta value of network stats was persisted in a metrics object. Solution: Introduce a second field to store the aggregate network stats, and use that value in delta calculation Testing: Introduce a 3rd metric to the delta metrics test to ensure that the delta is not used in subsequent calculations.
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 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