diff --git a/.github/workflows/bench_pr.yml b/.github/workflows/bench_pr.yml index be57bd7c4..de9d47ec6 100644 --- a/.github/workflows/bench_pr.yml +++ b/.github/workflows/bench_pr.yml @@ -2,7 +2,7 @@ name: Benchmarks (PR) on: pull_request_target: - branches: [ "main", "s3-express-benchmark" ] + branches: [ "main" ] types: [ labeled, opened, reopened, synchronize ] permissions: diff --git a/.github/workflows/bench_s3express.yml b/.github/workflows/bench_s3express.yml index 6c8cb6044..2d21c595d 100644 --- a/.github/workflows/bench_s3express.yml +++ b/.github/workflows/bench_s3express.yml @@ -81,7 +81,7 @@ jobs: uses: benchmark-action/github-action-benchmark@v1 with: tool: 'customBiggerIsBetter' - output-file-path: results/output_s3_express.json + output-file-path: results/output.json benchmark-data-dir-path: dev/s3-express/bench alert-threshold: "200%" fail-on-alert: true @@ -151,7 +151,7 @@ jobs: uses: benchmark-action/github-action-benchmark@v1 with: tool: 'customSmallerIsBetter' - output-file-path: results/output_s3_express.json + output-file-path: results/output.json benchmark-data-dir-path: dev/s3-express/latency_bench alert-threshold: "200%" fail-on-alert: true