From 1c7b56c18b6dd9b3fa6e0d31e6a9c4d181480a57 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Mon, 8 Dec 2025 09:05:14 +0000 Subject: [PATCH] Update current expectation for k6 tests #3 - The new values (current expectation) is adjusted according to avarage value of test results after excluding the peaks (while other tests are also running in parallel) Issue-ID: CPS-2697 Change-Id: I7e929d188dc0d4b90a95e7d884b4583b0f4ee7db Signed-off-by: halil.cakal --- k6-tests/ncmp/config/scenario-metadata.json | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/k6-tests/ncmp/config/scenario-metadata.json b/k6-tests/ncmp/config/scenario-metadata.json index d4434ab408..039c157ab2 100644 --- a/k6-tests/ncmp/config/scenario-metadata.json +++ b/k6-tests/ncmp/config/scenario-metadata.json @@ -11,118 +11,118 @@ "testName" : "Registration of CM-handles", "unit" : "CM-handles/second", "measurementName" : "cm_handles_created", - "currentExpectation" : 100 + "currentExpectation" : 70 }, { "testNumber" : "2", "testName" : "De-registration of CM-handles", "unit" : "CM-handles/second", "measurementName" : "cm_handles_deleted", - "currentExpectation" : 180 + "currentExpectation" : 140 }, { "testNumber" : "3a", "testName" : "CM-handle ID search with No filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_no_filter", - "currentExpectation" : 550 + "currentExpectation" : 700 }, { "testNumber" : "3b", "testName" : "CM-handle ID search with Module filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_module_filter", - "currentExpectation" : 1800 + "currentExpectation" : 2000 }, { "testNumber" : "3c", "testName" : "CM-handle ID search with Property filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_property_filter", - "currentExpectation" : 1400 + "currentExpectation" : 1500 }, { "testNumber" : "3d", "testName" : "CM-handle ID search with Cps Path filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_cps_path_filter", - "currentExpectation" : 1500 + "currentExpectation" : 1600 }, { "testNumber" : "3e", "testName" : "CM-handle ID search with Trust Level filter", "unit" : "milliseconds", "measurementName" : "cm_handle_id_search_trust_level_filter", - "currentExpectation" : 1200 + "currentExpectation" : 1400 }, { "testNumber" : "4a", "testName" : "CM-handle search with No filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_no_filter", - "currentExpectation" : 12000 + "currentExpectation" : 15000 }, { "testNumber" : "4b", "testName" : "CM-handle search with Module filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_module_filter", - "currentExpectation" : 12000 + "currentExpectation" : 15000 }, { "testNumber" : "4c", "testName" : "CM-handle search with Property filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_property_filter", - "currentExpectation" : 12000 + "currentExpectation" : 16000 }, { "testNumber" : "4d", "testName" : "CM-handle search with Cps Path filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_cps_path_filter", - "currentExpectation" : 12000 + "currentExpectation" : 16000 }, { "testNumber" : "4e", "testName" : "CM-handle search with Trust Level filter", "unit" : "milliseconds", "measurementName" : "cm_handle_search_trust_level_filter", - "currentExpectation" : 12000 + "currentExpectation" : 16000 }, { "testNumber" : "5b", "testName" : "NCMP overhead for Synchronous single CM-handle pass-through read with alternate id", "unit" : "milliseconds", "measurementName" : "ncmp_read_overhead", - "currentExpectation" : 10 + "currentExpectation" : 14 }, { "testNumber" : "6b", "testName" : "NCMP overhead for Synchronous single CM-handle pass-through write with alternate id", "unit" : "milliseconds", "measurementName" : "ncmp_write_overhead", - "currentExpectation" : 10 + "currentExpectation" : 14 }, { "testNumber" : "7", "testName" : "Legacy batch read operation", "unit" : "events/second", "measurementName" : "legacy_batch_read", - "currentExpectation" : 210 + "currentExpectation" : 200 }, { "testNumber" : "8", "testName" : "Write data job scenario - small", "unit" : "milliseconds", "measurementName" : "dcm_write_data_job_small", - "currentExpectation" : 10 + "currentExpectation" : 20 }, { "testNumber" : "9", "testName" : "Write data job scenario - large", "unit" : "milliseconds", "measurementName" : "dcm_write_data_job_large", - "currentExpectation" : 3000 + "currentExpectation" : 4200 } ] \ No newline at end of file -- 2.16.6