Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (#1729)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 5e9b997 commit ede9a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_pr_track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PR_EVENT: event.json
steps:
- name: Download Benchmark Results
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
async function downloadArtifact(artifactName) {
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
unzip $BENCHMARK_RESULTS.zip
unzip $PR_EVENT.zip
- name: Export PR Event Data
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let fs = require('fs');
Expand Down

1 comment on commit ede9a3a

@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 7.22ms 3.27ms 86.61ms 71.66%
Req/Sec 3.51k 291.27 3.84k 87.83%

419023 requests in 30.00s, 2.10GB read

Requests/sec: 13965.45

Transfer/sec: 71.68MB

Please sign in to comment.