This change updates min/max values in aggregated test results, to reflect the overall min/max values across all test executions, rather than just the average of each. The names of these values have also been prefixed with overall_ in order to reflect these changes. Changes were also made to the ComparisonResultsPublisher class, so these values can still be read if used in a compare command. Tests were also updated to reflect the recent changes to the aggregator class, and also to test the ComparisonResultsPublisher class.
Issues Resolved
684
Testing
[ ] New functionality includes testing
make test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
This change updates min/max values in aggregated test results, to reflect the overall min/max values across all test executions, rather than just the average of each. The names of these values have also been prefixed with
overall_
in order to reflect these changes. Changes were also made to theComparisonResultsPublisher
class, so these values can still be read if used in acompare
command. Tests were also updated to reflect the recent changes to the aggregator class, and also to test theComparisonResultsPublisher
class.Issues Resolved
684
Testing
make test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.