1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 09:13:19 +00:00

Tweak k6 performance test thresholds (#3589)

This commit is contained in:
Matt Bishop
2023-12-18 09:57:44 -05:00
committed by GitHub
parent a7ed3a209f
commit d206c03ad1
3 changed files with 3 additions and 3 deletions

View File

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