Skip to content

Commit

Permalink
chore: update benchmark group
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 4, 2024
1 parent 30e7617 commit 076260f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
macro_benchmarks:
name: Macro Benchmarks
if: "${{ contains(github.event.pull_request.labels.*.name, 'ci: benchmark') || github.event_name == 'push' }}"
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
permissions:
pull-requests: write
contents: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/benchmark_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ concurrency:
jobs:
micro_benchmarks:
name: Micro Benchmarks
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/benchmark_pr_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
micro_benchmarks_pr_run:
name: Micro Benchmarks for PR
if: "${{ contains(github.event.pull_request.labels.*.name, 'ci: benchmark') }}"
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
steps:
- uses: actions/checkout@v4
- name: Run Benchmarks
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nginx-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
nginx_benchmarks:
name: Nginx Benchmarks
if: "contains(github.event.pull_request.labels.*.name, 'ci: benchmark') || github.event_name == 'push'"
runs-on: benchmarking-runner
runs-on:
group: benchmarking-runner
permissions:
pull-requests: write
contents: write
Expand Down

0 comments on commit 076260f

Please sign in to comment.