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

1 comment on commit 076260f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 9.87ms 4.07ms 130.55ms 83.86%
Req/Sec 2.57k 286.79 3.55k 78.25%

306931 requests in 30.02s, 1.54GB read

Requests/sec: 10223.03

Transfer/sec: 52.47MB

Please sign in to comment.