mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
Tweak k6 performance test thresholds (#3589)
This commit is contained in:
@@ -43,7 +43,7 @@ export const options = {
|
||||
},
|
||||
thresholds: {
|
||||
http_req_failed: ["rate<0.01"],
|
||||
http_req_duration: ["p(95)<750"],
|
||||
http_req_duration: ["p(95)<200"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user