opensearch-project / opensearch-benchmark

OpenSearch Benchmark - a community driven, open source project to run performance tests for OpenSearch
https://opensearch.org/docs/latest/benchmark/
Apache License 2.0
111 stars 79 forks source link

Change min/max to overall_min/overall_max + update comparison results publisher #692

Closed OVI3D0 closed 1 week ago

OVI3D0 commented 1 week ago

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 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

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.