Skip to content

Commit

Permalink
adapt some config
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 28, 2024
1 parent 228d7f3 commit fc9030c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
description: "execute cronjob scenario after install"
type: boolean
required: true
default: false
default: true

jobs:
install_loadtest:
Expand Down
2 changes: 1 addition & 1 deletion loadtest/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function getDefaultOptions() {
};
case CONFIG.BREAKPOINT:
return {
stages: [{ duration: "10m", target: 10 * maxVUs }],
stages: [{ duration: "10m", target: maxVUs }],
thresholds: {
http_req_failed: [{ threshold: "rate<0.10", abortOnFail: true }],
http_req_duration: [{ threshold: "p(95)<5000", abortOnFail: true }],
Expand Down

0 comments on commit fc9030c

Please sign in to comment.