From acff577c5abef548b1234d88b9a4f284f7fdef60 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 28 May 2024 18:28:32 +0100 Subject: Adjust K6 thresholds - Adjust timings based on previous runs. - Reduce from 5 to 4 parallel clients for CM handle searches to avoid OutOfMemoryErrors. Issue-ID: CPS-2208 Signed-off-by: danielhanrahan Change-Id: I339cc3df84b2295bb11371ab73b4948f43615c15 --- k6-tests/ncmp/8-id-search-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k6-tests/ncmp/8-id-search-module.js') diff --git a/k6-tests/ncmp/8-id-search-module.js b/k6-tests/ncmp/8-id-search-module.js index 299fe62b8..4c9e03e3f 100644 --- a/k6-tests/ncmp/8-id-search-module.js +++ b/k6-tests/ncmp/8-id-search-module.js @@ -46,4 +46,4 @@ export function handleSummary(data) { return { stdout: makeCustomSummaryReport(data, options), }; -} \ No newline at end of file +} -- cgit 1.2.3-korg