opensearch-project / opensearch-benchmark-workloads

Official workloads used by OpenSearch Benchmark (OSB)
https://opensearch.org/docs/latest/benchmark/
11 stars 58 forks source link

Support target_throughput=none for big5 #303

Closed jed326 closed 1 month ago

jed326 commented 1 month ago

Description

Add support for target_throughput:none to big5 workload.

Tested on cli, all following scenarios pass:

./Library/Python/3.9/bin/opensearch-benchmark execute-test --workload=big5 --pipeline=benchmark-only --test-procedure=test --target-hosts=opense-clust-tFncA2PxB4im-27a28ec1e07ac294.elb.us-east-1.amazonaws.com:80 --kill-running-processes --workload-params="target_throughput:none,warmup_iterations:5,test_iterations:5"
./Library/Python/3.9/bin/opensearch-benchmark execute-test --workload=big5 --pipeline=benchmark-only --test-procedure=test --target-hosts=opense-clust-tFncA2PxB4im-27a28ec1e07ac294.elb.us-east-1.amazonaws.com:80 --kill-running-processes --workload-params="target_throughput:0,warmup_iterations:5,test_iterations:5"
./Library/Python/3.9/bin/opensearch-benchmark execute-test --workload=big5 --pipeline=benchmark-only --test-procedure=test --target-hosts=opense-clust-tFncA2PxB4im-27a28ec1e07ac294.elb.us-east-1.amazonaws.com:80 --kill-running-processes --workload-params="target_throughput:4,warmup_iterations:5,test_iterations:5"
/Library/Python/3.9/bin/opensearch-benchmark execute-test --workload=big5 --pipeline=benchmark-only --test-procedure=test --target-hosts=opense-clust-tFncA2PxB4im-27a28ec1e07ac294.elb.us-east-1.amazonaws.com:80 --kill-running-processes --workload-params="warmup_iterations:5,test_iterations:5"

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.

jed326 commented 1 month ago

Closing this out as I am using target_throughput:"" in https://github.com/opensearch-project/opensearch-build/pull/4739