From afd413862346a653a71e6680500984790e0c1813 Mon Sep 17 00:00:00 2001 From: egernug Date: Fri, 9 May 2025 11:47:36 +0100 Subject: [PATCH] Increase Kafka rate in KPI Issue-ID: CPS-2805 Change-Id: I7c0feb72d844bfd251c5dea9d3d22c3c35645884 Signed-off-by: egernug --- k6-tests/ncmp/config/kpi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k6-tests/ncmp/config/kpi.json b/k6-tests/ncmp/config/kpi.json index 030c0f560d..ca57536c7e 100644 --- a/k6-tests/ncmp/config/kpi.json +++ b/k6-tests/ncmp/config/kpi.json @@ -130,7 +130,7 @@ }, "produceKafkaMessages": { "executor": "constant-arrival-rate", - "rate": 10, + "rate": 11, "timeUnit": "1s", "duration": "15m", "preAllocatedVUs": 10, -- 2.16.6