Skip to content

Commit

Permalink
Update dependency @graphql-tools/schema to v10.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 3b07ccf commit b2fca5b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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 b2fca5b

@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,226.20 4.70 179.05x
[GraphQL JIT] 1,108.67 89.65 9.35x
[async-graphql] 994.13 99.85 8.39x
[Caliban] 769.87 131.20 6.49x
[Gqlgen] 391.68 251.75 3.30x
[Netflix DGS] 189.44 509.76 1.60x
[Apollo GraphQL] 131.15 699.95 1.11x
[Hasura] 118.55 793.77 1.00x
2 { posts { title }}
[Tailcall] 33,190.90 3.01 73.06x
[async-graphql] 5,159.02 19.41 11.36x
[Caliban] 4,905.88 20.89 10.80x
[GraphQL JIT] 1,142.85 87.34 2.52x
[Gqlgen] 1,121.45 97.57 2.47x
[Apollo GraphQL] 882.95 113.78 1.94x
[Netflix DGS] 811.34 123.79 1.79x
[Hasura] 454.29 235.78 1.00x
3 { greet }
[Tailcall] 39,848.80 2.52 26.81x
[Caliban] 33,029.10 3.03 22.22x
[Gqlgen] 24,425.60 10.03 16.43x
[async-graphql] 23,992.60 4.22 16.14x
[GraphQL JIT] 4,601.33 21.68 3.10x
[Netflix DGS] 4,188.37 28.68 2.82x
[Apollo GraphQL] 4,080.54 26.38 2.74x
[Hasura] 1,486.57 67.27 1.00x

Please sign in to comment.