mirror of
https://github.com/bitwarden/server.git
synced 2026-01-16 23:01:09 +00:00
Tweak k6 performance test thresholds (#3589)
This commit is contained in:
parent
a7ed3a209f
commit
d206c03ad1
3 changed files with 3 additions and 3 deletions
|
|
@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ export const options = {
|
|||
},
|
||||
thresholds: {
|
||||
http_req_failed: ["rate<0.01"],
|
||||
http_req_duration: ["p(95)<900"],
|
||||
http_req_duration: ["p(95)<300"],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue