Up testing threshold for Circle (#9418)

pull/9324/head
s-christoff 4 years ago committed by GitHub
parent a05be282ad
commit bc520a4fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,5 +44,5 @@ export let options = {
// 10 minute
duration: "10m",
// 95% of requests must complete below 2s
thresholds: { http_req_duration: ["p(95)<2000"] },
thresholds: { http_req_duration: ["p(95)<2500"] },
};

Loading…
Cancel
Save