diff options
Diffstat (limited to 'k6-tests/ncmp/3-passthrough-read.js')
-rw-r--r-- | k6-tests/ncmp/3-passthrough-read.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/3-passthrough-read.js b/k6-tests/ncmp/3-passthrough-read.js index 0b8c58a8ca..84050b83ab 100644 --- a/k6-tests/ncmp/3-passthrough-read.js +++ b/k6-tests/ncmp/3-passthrough-read.js @@ -30,7 +30,7 @@ export const options = { duration: '30s', thresholds: { http_req_failed: ['rate == 0'], - ncmp_overhead: ['avg <= 40'], + ncmp_overhead: ['avg <= 50'], }, }; @@ -54,4 +54,4 @@ export function handleSummary(data) { return { stdout: makeCustomSummaryReport(data, options), }; -}
\ No newline at end of file +} |