Skip to content

Commit

Permalink
Fix misplaced comma in TSDB track
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Feb 18, 2025
1 parent 4f15566 commit 7ee99e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 7ee99e4

Please sign in to comment.