diff --git a/.github/workflows/all-in-one-arm64.yml b/.github/workflows/all-in-one-arm64.yml index 6d30ac1..a93cfb7 100644 --- a/.github/workflows/all-in-one-arm64.yml +++ b/.github/workflows/all-in-one-arm64.yml @@ -60,7 +60,7 @@ jobs: run: ./k6 run --out csv=results.csv loki/qryn-loki-loadtest.js env: K6_VUS: 1 - K6_ITERACTIONS: 50 + K6_ITERACTIONS: 150 - run: mv summary.txt loki_summary.txt if: always() - name: Wait for Prom API @@ -78,7 +78,7 @@ jobs: K6_WRITE_REQUEST_RATE: 1 K6_WRITE_SERIES_PER_REQUEST: 5 K6_READ_REQUEST_RATE: 1 - K6_DURATION_MIN: 1 + K6_DURATION_MIN: 2 K6_SCRAPE_INTERVAL_SECONDS: 15 RAMP_UP_MIN: 0 - run: mv summary.txt prom_summary.txt @@ -92,8 +92,8 @@ jobs: env: K6_TEMPO_ENDPOINT: "http://localhost:3100" K6_VUS: 1 - K6_DURATION_MINUTES: 1 - K6_ITERATIONS: 20 + K6_DURATION_MINUTES: 2 + K6_ITERATIONS: 100 - run: mv summary.txt tempo_summary.txt if: always() - name: Strip Text report