We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2b6d8 commit 2b5ce56Copy full SHA for 2b5ce56
src/data/markdown/docs/01 guides/02 Using k6/04 Thresholds.md
@@ -28,7 +28,7 @@ import http from 'k6/http';
28
export let options = {
29
thresholds: {
30
http_req_failed: ['rate<0.01'], // http errors should be less than 1%
31
- http_req_duration: ['p(95)<500'], // 95% of requests should be below 200ms
+ http_req_duration: ['p(95)<200'], // 95% of requests should be below 200ms
32
},
33
};
34
0 commit comments