Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion big5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ The following parameters are available:
* `target_opensearch` (default: false) - Whether the target is an OpenSearch cluster
* `warmup_iterations` (default: 100) - Number of iterations that each client should execute to warmup the benchmark candidate.
* `iterations` (default: 1000) - Number of measurement iterations that each client executes.
* `target_throughput` (default: 1) - Number of requests per second over all clients.
111 changes: 37 additions & 74 deletions big5/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,225 +18,188 @@
{
"operation": "default",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "desc_sort_timestamp",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "asc_sort_timestamp",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "desc_sort_with_after_timestamp",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "asc_sort_with_after_timestamp",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "desc_sort_timestamp_can_match_shortcut",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "desc_sort_timestamp_no_can_match_shortcut",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "asc_sort_timestamp_can_match_shortcut",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "asc_sort_timestamp_no_can_match_shortcut",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"name": "term",
"operation": "term",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "multi_terms-keyword",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "keyword-terms",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "keyword-terms-low-cardinality",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "composite-terms",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "composite_terms-keyword",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "composite-date_histogram-daily",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range-numeric",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "keyword-in-range",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "date_histogram_hourly_agg",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "date_histogram_minute_agg",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "scroll",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "query-string-on-message",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "query-string-on-message-filtered",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "query-string-on-message-filtered-sorted-num",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "sort_keyword_can_match_shortcut",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "sort_keyword_no_can_match_shortcut",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "sort_numeric_desc",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "sort_numeric_asc",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "sort_numeric_desc_with_match",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "sort_numeric_asc_with_match",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range_field_conjunction_big_range_big_term_query",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range_field_disjunction_big_range_small_term_query",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range_field_conjunction_small_range_small_term_query",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range_field_conjunction_small_range_big_term_query",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range-auto-date-histo",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
},
{
"operation": "range-auto-date-histo-with-metrics",
"warmup-iterations": {{ warmup_iterations | default(100) }},
"iterations": {{ iterations | default(1000) }},
"target-throughput": {{ target_throughput | default(1) }}
"iterations": {{ iterations | default(1000) }}
}
]
}
Loading