Skip to content

Commit

Permalink
Update dependency @graphql-tools/schema to v10.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 683d787 commit bbe0fa5
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 bbe0fa5

@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,920.20 4.55 193.54x
[GraphQL JIT] 1,130.46 88.01 9.98x
[async-graphql] 975.78 101.85 8.62x
[Caliban] 758.07 132.07 6.69x
[Gqlgen] 396.35 248.66 3.50x
[Netflix DGS] 191.48 505.23 1.69x
[Apollo GraphQL] 127.54 714.49 1.13x
[Hasura] 113.26 773.66 1.00x
2 { posts { title }}
[Tailcall] 32,945.50 3.04 74.81x
[async-graphql] 5,124.59 19.55 11.64x
[Caliban] 4,750.63 21.54 10.79x
[GraphQL JIT] 1,169.20 85.35 2.65x
[Gqlgen] 1,133.78 96.67 2.57x
[Apollo GraphQL] 869.56 115.45 1.97x
[Netflix DGS] 817.64 123.08 1.86x
[Hasura] 440.40 238.56 1.00x
3 { greet }
[Tailcall] 40,382.40 2.48 26.70x
[Caliban] 32,744.70 3.07 21.65x
[Gqlgen] 24,173.10 8.28 15.98x
[async-graphql] 23,507.80 4.29 15.54x
[GraphQL JIT] 4,595.84 21.71 3.04x
[Netflix DGS] 4,196.75 28.20 2.77x
[Apollo GraphQL] 4,069.58 26.84 2.69x
[Hasura] 1,512.44 66.28 1.00x

Please sign in to comment.