1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Tweak load test thresholds again (#3724)

This commit is contained in:
Matt Bishop
2024-01-30 15:30:56 -05:00
committed by GitHub
parent ca2915494d
commit 02b10abaf8
2 changed files with 2 additions and 2 deletions

View File

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