diff --git a/.github/workflows/trigger-loadtest.yml b/.github/workflows/trigger-loadtest.yml index f20c817..b9d573d 100644 --- a/.github/workflows/trigger-loadtest.yml +++ b/.github/workflows/trigger-loadtest.yml @@ -38,7 +38,7 @@ on: description: "execute cronjob scenario after install" type: boolean required: true - default: false + default: true jobs: install_loadtest: diff --git a/loadtest/util/config.ts b/loadtest/util/config.ts index 361c528..0347f15 100644 --- a/loadtest/util/config.ts +++ b/loadtest/util/config.ts @@ -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 }],