From 60b134ee522b9e866dc4c040f68ad09e8093e41d Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 4 Dec 2025 16:25:40 +0000 Subject: [PATCH] Update current expectation (cps limit) for k6 tests #2 - More fine tuninng on current expectations Issue-ID: CPS-2697 Change-Id: I64aad8e911a2dbe39768a1329ce83d25891376a8 Signed-off-by: halil.cakal --- k6-tests/ncmp/config/scenario-metadata.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/k6-tests/ncmp/config/scenario-metadata.json b/k6-tests/ncmp/config/scenario-metadata.json index 7c2f513040..d4434ab408 100644 --- a/k6-tests/ncmp/config/scenario-metadata.json +++ b/k6-tests/ncmp/config/scenario-metadata.json @@ -53,14 +53,14 @@ "testName" : "CM-handle ID search with Trust Level filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_trust_level_filter", - "currentExpectation" : 1350 + "currentExpectation" : 1200 }, { "testNumber" : "4a", "testName" : "CM-handle search with No filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_no_filter", - "currentExpectation" : 13000 + "currentExpectation" : 12000 }, { "testNumber" : "4b", @@ -74,21 +74,21 @@ "testName" : "CM-handle search with Property filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_property_filter", - "currentExpectation" : 15000 + "currentExpectation" : 12000 }, { "testNumber" : "4d", "testName" : "CM-handle search with Cps Path filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_cps_path_filter", - "currentExpectation" : 15000 + "currentExpectation" : 12000 }, { "testNumber" : "4e", "testName" : "CM-handle search with Trust Level filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_trust_level_filter", - "currentExpectation" : 15000 + "currentExpectation" : 12000 }, { "testNumber" : "5b", @@ -109,7 +109,7 @@ "testName" : "Legacy batch read operation", "unit" : "events/second", "measurementName" : "legacy_batch_read", - "currentExpectation" : 180 + "currentExpectation" : 210 }, { "testNumber" : "8", @@ -123,6 +123,6 @@ "testName" : "Write data job scenario - large", "unit" : "milliseconds", "measurementName" : "dcm_write_data_job_large", - "currentExpectation" : 4000 + "currentExpectation" : 3000 } ] \ No newline at end of file -- 2.16.6