From: egernug Date: Fri, 9 May 2025 10:47:36 +0000 (+0100) Subject: Increase Kafka rate in KPI X-Git-Tag: 3.6.3~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=afd413862346a653a71e6680500984790e0c1813;p=cps.git Increase Kafka rate in KPI Issue-ID: CPS-2805 Change-Id: I7c0feb72d844bfd251c5dea9d3d22c3c35645884 Signed-off-by: egernug --- 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,