Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 3353b89 commit 09df67b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 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 09df67b

@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] 30,784.20 3.23 107.33x
[async-graphql] 1,755.95 57.09 6.12x
[Caliban] 1,582.29 62.88 5.52x
[Hasura] 1,524.76 65.35 5.32x
[GraphQL JIT] 1,438.21 73.01 5.01x
[Gqlgen] 784.03 126.54 2.73x
[Netflix DGS] 360.68 226.62 1.26x
[Apollo GraphQL] 286.83 343.03 1.00x
2 { posts { title }}
[Tailcall] 63,900.00 1.56 42.80x
[Caliban] 9,488.68 10.89 6.36x
[async-graphql] 8,759.26 11.59 5.87x
[Hasura] 2,529.08 39.52 1.69x
[Gqlgen] 2,211.12 46.70 1.48x
[Apollo GraphQL] 1,788.02 55.84 1.20x
[Netflix DGS] 1,608.10 69.13 1.08x
[GraphQL JIT] 1,492.95 68.06 1.00x
3 { greet }
[Caliban] 70,415.50 1.07 26.54x
[Tailcall] 66,399.80 1.52 25.02x
[async-graphql] 49,815.80 2.13 18.77x
[Gqlgen] 49,156.40 4.93 18.53x
[Netflix DGS] 8,189.38 14.70 3.09x
[Apollo GraphQL] 8,029.53 12.77 3.03x
[GraphQL JIT] 5,457.59 25.77 2.06x
[Hasura] 2,653.39 37.67 1.00x

Please sign in to comment.