Browse Source

Tweak load test thresholds again (#3724)

pull/3726/head
Matt Bishop 2 years ago committed by GitHub
parent
commit
02b10abaf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      perf/load/config.js
  2. 2
      perf/load/groups.js

2
perf/load/config.js

@ -43,7 +43,7 @@ export const options = {
}, },
thresholds: { thresholds: {
http_req_failed: ["rate<0.01"], http_req_failed: ["rate<0.01"],
http_req_duration: ["p(95)<200"], http_req_duration: ["p(95)<350"],
}, },
}; };

2
perf/load/groups.js

@ -44,7 +44,7 @@ export const options = {
}, },
thresholds: { thresholds: {
http_req_failed: ["rate<0.01"], http_req_failed: ["rate<0.01"],
http_req_duration: ["p(95)<300"], http_req_duration: ["p(95)<400"],
}, },
}; };

Loading…
Cancel
Save