Skip to content

Commit

Permalink
Update dependency graphql to v15.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 2b8fbbf commit 14d6b18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions graphql/graphql_jit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 14d6b18

@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 }}}
[Tailcall] 21,614.50 4.62 187.44x
[GraphQL JIT] 1,114.21 89.22 9.66x
[async-graphql] 973.45 101.87 8.44x
[Caliban] 816.25 121.94 7.08x
[Gqlgen] 400.67 245.94 3.47x
[Netflix DGS] 187.65 515.15 1.63x
[Apollo GraphQL] 124.50 727.08 1.08x
[Hasura] 115.31 773.04 1.00x
2 { posts { title }}
[Tailcall] 33,084.70 3.02 82.37x
[async-graphql] 5,084.57 19.72 12.66x
[Caliban] 4,833.18 21.28 12.03x
[Gqlgen] 1,149.29 95.39 2.86x
[GraphQL JIT] 1,140.25 87.52 2.84x
[Apollo GraphQL] 844.94 118.86 2.10x
[Netflix DGS] 806.76 124.61 2.01x
[Hasura] 401.66 255.02 1.00x
3 { greet }
[Tailcall] 39,432.80 2.54 28.07x
[Caliban] 34,054.20 2.94 24.24x
[Gqlgen] 24,770.10 8.27 17.63x
[async-graphql] 23,245.50 4.33 16.55x
[GraphQL JIT] 4,502.20 22.16 3.21x
[Netflix DGS] 4,176.41 28.72 2.97x
[Apollo GraphQL] 3,957.59 28.00 2.82x
[Hasura] 1,404.62 71.27 1.00x

Please sign in to comment.