Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 5111164 commit 9f0916b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ls -la bench*.txt || echo "No matching files found"
- name: Upload benchmark results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: bench*.txt
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Download all benchmark results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: benchmark-results
path: .
Expand Down

1 comment on commit 9f0916b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Query Server Requests/sec Latency (ms) Relative
1 { posts { id userId title user { id name email }}}
[GraphQL JIT] 1,114.68 89.22 x
[async-graphql] 1,016.50 97.67 x
[Caliban] 747.32 133.90 x
[Gqlgen] 353.54 278.40 x
[Netflix DGS] 186.04 518.82 x
[Apollo GraphQL] 125.15 722.95 x
[Hasura] 118.92 778.14 x
[Tailcall] 0.00 0.00 x
2 { posts { title }}
[async-graphql] 5,246.24 19.07 x
[Caliban] 4,833.15 21.18 x
[GraphQL JIT] 1,149.87 86.78 x
[Gqlgen] 1,055.36 103.98 x
[Apollo GraphQL] 845.08 118.86 x
[Netflix DGS] 803.80 124.72 x
[Hasura] 425.55 237.84 x
[Tailcall] 0.00 0.00 x
3 { greet }
[Caliban] 33,226.60 3.02 x
[async-graphql] 23,988.60 4.20 x
[Gqlgen] 23,099.40 8.82 x
[GraphQL JIT] 4,647.71 21.47 x
[Netflix DGS] 4,144.23 28.46 x
[Apollo GraphQL] 3,871.18 29.76 x
[Hasura] 1,533.61 68.30 x
[Tailcall] 0.00 0.00 x

Please sign in to comment.