From 20b81839236d2184748f94f8a58071ac5f3f2194 Mon Sep 17 00:00:00 2001 From: Brad Deam <54515790+b-deam@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:48:48 +0930 Subject: [PATCH] Lower target throughput for 'painless_static' operation (#391) With this commit we lower the target throughput to 1.1 --- geonames/challenges/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geonames/challenges/default.json b/geonames/challenges/default.json index 21bf28cc..875c790a 100644 --- a/geonames/challenges/default.json +++ b/geonames/challenges/default.json @@ -118,7 +118,7 @@ "operation": "painless_static", "warmup-iterations": 200, "iterations": 100, - "target-throughput": 1.4 + "target-throughput": 1.1 }, { "operation": "painless_dynamic",