aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/5-search-no-filter.js
diff options
context:
space:
mode:
Diffstat (limited to 'k6-tests/ncmp/5-search-no-filter.js')
-rw-r--r--k6-tests/ncmp/5-search-no-filter.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/k6-tests/ncmp/5-search-no-filter.js b/k6-tests/ncmp/5-search-no-filter.js
index f6a7c99719..4ef8a57b3b 100644
--- a/k6-tests/ncmp/5-search-no-filter.js
+++ b/k6-tests/ncmp/5-search-no-filter.js
@@ -22,11 +22,11 @@ import { searchRequest } from './search-base.js';
import { makeCustomSummaryReport } from "./utils.js";
export const options = {
- vus: 5,
+ vus: 4,
duration: '60s',
thresholds: {
http_req_failed: ['rate == 0'],
- http_req_duration: ['avg <= 35_000'],
+ http_req_duration: ['avg <= 20000'],
},
};
@@ -38,4 +38,4 @@ export function handleSummary(data) {
return {
stdout: makeCustomSummaryReport(data, options),
};
-} \ No newline at end of file
+}