aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2025-03-10 10:05:19 +0000
committerGerrit Code Review <gerrit@onap.org>2025-03-10 10:05:19 +0000
commit4d4a34ff861f8bea940db0e7457c77f019fad98d (patch)
tree2f85610f48bc3af52857467888a706e77f4be164 /k6-tests
parent215262a7aec4023ae8375e43b00469c94456eeb3 (diff)
parent370811e860188f2a8e35a354b3bbaac22846ec25 (diff)
Merge "Optimize registration parameters"
Diffstat (limited to 'k6-tests')
-rw-r--r--k6-tests/ncmp/common/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/common/utils.js b/k6-tests/ncmp/common/utils.js
index ee3e9c7b4b..57ab2ea17f 100644
--- a/k6-tests/ncmp/common/utils.js
+++ b/k6-tests/ncmp/common/utils.js
@@ -27,7 +27,7 @@ export const DMI_PLUGIN_URL = testConfig.hosts.dmiStubUrl;
export const CONTAINER_UP_TIME_IN_SECONDS = testConfig.hosts.containerUpTimeInSeconds;
export const LEGACY_BATCH_TOPIC_NAME = 'legacy_batch_topic';
export const TOTAL_CM_HANDLES = 50000;
-export const REGISTRATION_BATCH_SIZE = 100;
+export const REGISTRATION_BATCH_SIZE = 2000;
export const READ_DATA_FOR_CM_HANDLE_DELAY_MS = 300; // must have same value as in docker-compose.yml
export const WRITE_DATA_FOR_CM_HANDLE_DELAY_MS = 670; // must have same value as in docker-compose.yml
export const CONTENT_TYPE_JSON_PARAM = {'Content-Type': 'application/json'};