Skip to content

Commit

Permalink
Revert "Add configurable throughput and client parameters to http log…
Browse files Browse the repository at this point in the history
…s workload (opensearch-project#384) (opensearch-project#392)"

This reverts commit 0e7c5ce

Signed-off-by: Andre Kurait <akurait@amazon.com>
  • Loading branch information
AndreKurait committed Sep 20, 2024
1 parent f51a194 commit d20bf58
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 481 deletions.
2 changes: 1 addition & 1 deletion geonames/test_procedures/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"warmup-iterations": 200,
"iterations": 100
{%- if not target_throughput %}
,"target-throughput": 3
,"target-throughput": 3.6
{%- elif target_throughput is string and target_throughput.lower() == 'none' %}
{%- else %}
,"target-throughput": {{ target_throughput | tojson }}
Expand Down
Loading

0 comments on commit d20bf58

Please sign in to comment.