Skip to content

Commit

Permalink
update parameter names for http logs workload (opensearch-project#499)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oviedo <mikeovi@amazon.com>
  • Loading branch information
OVI3D0 authored and joshpalis committed Dec 18, 2024
1 parent 1fae4e8 commit 43932bb
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions http_logs/test_procedures/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,106 +831,106 @@
{
"name": "match-all",
"operation": "default",
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-baseline-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-baseline-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_baseline_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_baseline_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_baseline_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_baseline_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-status-filter-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-status-filter-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_status_filter_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_status_filter_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_status_filter_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_status_filter_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-rename-field-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-rename-field-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_rename_field_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_rename_field_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_rename_field_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_rename_field_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-rename-100-field-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-rename-100-field-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_rename_100_field_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_rename_100_field_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_rename_100_field_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_rename_100_field_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-dummy-scripting-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-dummy-scripting-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_dummy_scripting_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_dummy_scripting_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_dummy_scripting_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_dummy_scripting_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-100-dummy-scripting-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-100-dummy-scripting-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_100_dummy_scripting_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_100_dummy_scripting_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_100_dummy_scripting_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_100_dummy_scripting_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "match-all-all-processors-search-pipeline",
"operation": "default",
"request-params": {
"search-pipeline": "http-log-all-processors-search-pipeline"
},
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ default_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ default_search_clients or search_clients | default(1) }}
"warmup-iterations": {{ match_all_all_processors_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ match_all_all_processors_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ match_all_all_processors_search_pipeline_target_throughput or target_throughput | default(8) | tojson }},
"clients": {{ match_all_all_processors_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "multi-term-filter",
"operation": "multi-term-filter",
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"warmup-iterations": {{ multi_term_filter_warmup_iterations or warmup_iterations | default(500) | tojson }},
"iterations": {{ multi_term_filter_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ multi_term_filter_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ multi_term_filter_search_clients or search_clients | default(1) }}
},
{
"name": "term-status-filter-search-pipeline",
"operation": "term",
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
"warmup-iterations": {{ term_status_filter_search_pipeline_warmup_iterations or warmup_iterations | default(500) | tojson }},
"request-params": {
"search-pipeline": "http-log-status-filter-search-pipeline"
},
"iterations": {{ default_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ term_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ term_search_clients or search_clients | default(1) }}
"iterations": {{ term_status_filter_search_pipeline_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ term_status_filter_search_pipeline_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ term_status_filter_search_pipeline_search_clients or search_clients | default(1) }}
},
{
"name": "range",
Expand Down

0 comments on commit 43932bb

Please sign in to comment.