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:
parent
ca2915494d
commit
02b10abaf8
@ -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"],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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"],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user