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