From 113355adbdcb2dfd13131c884c9b9ca49e637bb5 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 4 Dec 2025 10:23:28 +0000 Subject: [PATCH] Update current expectation (cps limit) for k6 tests - After k6 started to use k8s cluster, current test expectations have been improved for some k6 tests, thus values updated Issue-ID: CPS-2697 Change-Id: I5bdda7cd5be480d14806d015416bfd1bd09e8117 Signed-off-by: halil.cakal --- k6-tests/ncmp/config/scenario-metadata.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/k6-tests/ncmp/config/scenario-metadata.json b/k6-tests/ncmp/config/scenario-metadata.json index b92f1f803a..7c2f513040 100644 --- a/k6-tests/ncmp/config/scenario-metadata.json +++ b/k6-tests/ncmp/config/scenario-metadata.json @@ -32,14 +32,14 @@ "testName" : "CM-handle ID search with Module filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_module_filter", - "currentExpectation" : 2300 + "currentExpectation" : 1800 }, { "testNumber" : "3c", "testName" : "CM-handle ID search with Property filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_property_filter", - "currentExpectation" : 1450 + "currentExpectation" : 1400 }, { "testNumber" : "3d", @@ -53,76 +53,76 @@ "testName" : "CM-handle ID search with Trust Level filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_trust_level_filter", - "currentExpectation" : 1600 + "currentExpectation" : 1350 }, { "testNumber" : "4a", "testName" : "CM-handle search with No filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_no_filter", - "currentExpectation" : 18000 + "currentExpectation" : 13000 }, { "testNumber" : "4b", "testName" : "CM-handle search with Module filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_module_filter", - "currentExpectation" : 18000 + "currentExpectation" : 12000 }, { "testNumber" : "4c", "testName" : "CM-handle search with Property filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_property_filter", - "currentExpectation" : 18000 + "currentExpectation" : 15000 }, { "testNumber" : "4d", "testName" : "CM-handle search with Cps Path filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_cps_path_filter", - "currentExpectation" : 18000 + "currentExpectation" : 15000 }, { "testNumber" : "4e", "testName" : "CM-handle search with Trust Level filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_trust_level_filter", - "currentExpectation" : 18000 + "currentExpectation" : 15000 }, { "testNumber" : "5b", "testName" : "NCMP overhead for Synchronous single CM-handle pass-through read with alternate id", "unit" : "milliseconds", "measurementName" : "ncmp_read_overhead", - "currentExpectation" : 18 + "currentExpectation" : 10 }, { "testNumber" : "6b", "testName" : "NCMP overhead for Synchronous single CM-handle pass-through write with alternate id", "unit" : "milliseconds", "measurementName" : "ncmp_write_overhead", - "currentExpectation" : 18 + "currentExpectation" : 10 }, { "testNumber" : "7", "testName" : "Legacy batch read operation", "unit" : "events/second", "measurementName" : "legacy_batch_read", - "currentExpectation" : 200 + "currentExpectation" : 180 }, { "testNumber" : "8", "testName" : "Write data job scenario - small", "unit" : "milliseconds", "measurementName" : "dcm_write_data_job_small", - "currentExpectation" : 100 + "currentExpectation" : 10 }, { "testNumber" : "9", "testName" : "Write data job scenario - large", "unit" : "milliseconds", "measurementName" : "dcm_write_data_job_large", - "currentExpectation" : 8000 + "currentExpectation" : 4000 } ] \ No newline at end of file -- 2.16.6