From 67defa05bc64208f540d7cf48891b3ad998babf5 Mon Sep 17 00:00:00 2001 From: Grzegorz Banasiak Date: Tue, 18 Feb 2025 17:41:45 +0100 Subject: [PATCH] This works equally well --- tsdb/challenges/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tsdb/challenges/default.json b/tsdb/challenges/default.json index 6c297609..9303093d 100644 --- a/tsdb/challenges/default.json +++ b/tsdb/challenges/default.json @@ -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 }}, @@ -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 }},