Skip to content

Commit

Permalink
rename params with default operation names in http-logs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oviedo <mikeovi@amazon.com>
  • Loading branch information
OVI3D0 committed Nov 14, 2024
1 parent 551c705 commit f9feedf
Showing 1 changed file with 32 additions and 40 deletions.
72 changes: 32 additions & 40 deletions http_logs/test_procedures/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,95 +831,87 @@
{
"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) }}
},
{
"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 }},
"target-throughput": {{ multi_term_filter_target_throughput or target_throughput | default(50) | tojson }},
"clients": {{ multi_term_filter_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": "term-status-filter-search-pipeline",
Expand Down

0 comments on commit f9feedf

Please sign in to comment.