Skip to content

Commit

Permalink
Tweak k6 performance test thresholds (bitwarden#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Dec 18, 2023
1 parent a7ed3a2 commit d206c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion perf/load/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
};

Expand Down
2 changes: 1 addition & 1 deletion perf/load/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
};

Expand Down
2 changes: 1 addition & 1 deletion perf/load/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
};

Expand Down

0 comments on commit d206c03

Please sign in to comment.