Closed OVI3D0 closed 2 months ago
It'd be nice to include a sample output of how this command is used in the PR description.
It'd be nice to include a sample output of how this command is used in the PR description.
Updated the description with some more detail. Let me know what you think!
Description
Adds the aggregate feature, allowing users to aggregate multiple test executions into one aggregated test result. Also compatible with other features such as
compare
Usage
To aggregate multiple test executions, you can use the aggregate command like so:
opensearch-benchmark aggregate --test-executions=<test_execution_id1>,<test_execution_id2>,...
Sample output:
The results will then be aggregated into one test execution and stored under the ID shown.
Additional feature flags:
--test-execution-id
: Define a unique ID for the aggregated test execution.--results-file
: Write the aggregated results to the provided file.--workload-repository
: Define the repository from where OSB will load workloads (default: default).Issues Resolved
629 #630
Testing
Tested using
make it
andmake 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.