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 825b87d commit c28f91c
Showing 1 changed file with 1 addition and 1 deletion.
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 c28f91c

@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,787.10 3.23 107.48x
[async-graphql] 1,752.24 57.17 6.12x
[Caliban] 1,554.08 63.92 5.43x
[Hasura] 1,516.82 65.69 5.30x
[GraphQL JIT] 1,433.36 73.28 5.00x
[Gqlgen] 783.83 126.59 2.74x
[Netflix DGS] 364.33 177.14 1.27x
[Apollo GraphQL] 286.46 342.44 1.00x
2 { posts { title }}
[Tailcall] 62,814.10 1.58 42.21x
[Caliban] 9,354.31 11.03 6.29x
[async-graphql] 8,681.24 11.72 5.83x
[Hasura] 2,525.92 39.58 1.70x
[Gqlgen] 2,203.21 47.03 1.48x
[Apollo GraphQL] 1,779.24 56.12 1.20x
[Netflix DGS] 1,610.38 69.04 1.08x
[GraphQL JIT] 1,488.06 68.16 1.00x
3 { greet }
[Caliban] 69,165.10 1.07 27.06x
[Tailcall] 64,379.80 1.57 25.19x
[async-graphql] 49,799.70 2.04 19.49x
[Gqlgen] 47,702.30 5.05 18.67x
[Netflix DGS] 8,322.54 14.43 3.26x
[Apollo GraphQL] 8,078.12 12.64 3.16x
[GraphQL JIT] 5,365.85 24.98 2.10x
[Hasura] 2,555.61 39.03 1.00x

Please sign in to comment.