Skip to content

Commit

Permalink
This works equally well
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Feb 18, 2025
1 parent 7ee99e4 commit 67defa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsdb/challenges/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"warmup-iterations": 50,
"clients": {{ search_clients | default(1) | int }},
"iterations": 100
},
}
{% if p_index_mode == "time_series" and skip_running_tsdb_aggs is not defined %}
{
,{
"operation": "date-histo-memory-usage-hour",
"warmup-iterations": 50,
"clients": {{ search_clients | default(1) | int }},
Expand All @@ -150,9 +150,9 @@
"warmup-iterations": 50,
"clients": {{ search_clients | default(1) | int }},
"iterations": 100
},
}
{% endif %}
{
,{
"operation": "esql-fetch-500",
"warmup-iterations": 50,
"clients": {{ search_clients | default(1) | int }},
Expand Down

0 comments on commit 67defa0

Please sign in to comment.