1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-12 13:29:14 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"],
}, },
}; };

View File

@ -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"],
}, },
}; };