Skip to content

Commit

Permalink
Update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 1ef6fcb commit e829b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions graphql/graphql_jit/package-lock.json

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

2 changes: 1 addition & 1 deletion graphql/graphql_jit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"axios": "^1.7.2",
"dataloader": "^2.2.2",
"express": "^4.19.2",
"graphql": "^15.9.0",
"graphql": "^16.0.0",
"graphql-jit": "^0.8.6"
}
}

1 comment on commit e829b2f

@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,338.10 4.67 187.04x
[GraphQL JIT] 1,088.96 91.29 9.55x
[async-graphql] 945.23 105.04 8.29x
[Caliban] 808.08 123.36 7.08x
[Gqlgen] 392.40 251.24 3.44x
[Netflix DGS] 188.65 515.62 1.65x
[Apollo GraphQL] 132.58 693.80 1.16x
[Hasura] 114.08 745.28 1.00x
2 { posts { title }}
[Tailcall] 33,137.90 3.01 74.32x
[async-graphql] 5,088.35 19.68 11.41x
[Caliban] 4,874.96 21.04 10.93x
[Gqlgen] 1,134.84 96.33 2.55x
[GraphQL JIT] 1,120.62 89.05 2.51x
[Apollo GraphQL] 896.45 112.02 2.01x
[Netflix DGS] 813.27 123.66 1.82x
[Hasura] 445.86 228.67 1.00x
3 { greet }
[Tailcall] 40,381.90 2.48 26.41x
[Caliban] 33,317.80 2.99 21.79x
[Gqlgen] 24,480.60 9.38 16.01x
[async-graphql] 23,705.10 4.24 15.50x
[GraphQL JIT] 4,528.67 22.03 2.96x
[Netflix DGS] 4,194.81 28.44 2.74x
[Apollo GraphQL] 4,111.55 26.84 2.69x
[Hasura] 1,528.97 68.39 1.00x

Please sign in to comment.