Skip to content

Commit

Permalink
Update dependency express to v4.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 2baecd6 commit 470af6e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 49 deletions.
18 changes: 11 additions & 7 deletions graphql/graphql_jit/package-lock.json

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

94 changes: 52 additions & 42 deletions graphql/hasura/package-lock.json

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

1 comment on commit 470af6e

@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,572.00 4.63 185.95x
[Gqlgen] 2,614.03 38.17 22.53x
[GraphQL JIT] 2,162.64 46.24 18.64x
[async-graphql] 950.95 104.41 8.20x
[Caliban] 787.24 127.00 6.79x
[Netflix DGS] 165.21 583.61 1.42x
[Apollo GraphQL] 132.90 693.02 1.15x
[Hasura] 116.01 794.92 1.00x
2 { posts { title }}
[Tailcall] 32,866.90 3.04 74.52x
[Gqlgen] 8,471.59 13.06 19.21x
[async-graphql] 4,990.64 20.11 11.32x
[Caliban] 4,890.70 20.91 11.09x
[GraphQL JIT] 2,207.07 45.35 5.00x
[Apollo GraphQL] 897.54 111.86 2.04x
[Netflix DGS] 733.03 136.95 1.66x
[Hasura] 441.04 235.38 1.00x
3 { greet }
[Gqlgen] 185,093.00 712.94 125.61x
[Tailcall] 39,335.80 2.54 26.69x
[Caliban] 33,123.80 3.03 22.48x
[async-graphql] 23,073.70 4.35 15.66x
[GraphQL JIT] 8,552.56 11.71 5.80x
[Apollo GraphQL] 4,061.01 26.89 2.76x
[Netflix DGS] 4,057.55 29.28 2.75x
[Hasura] 1,473.57 67.86 1.00x

Please sign in to comment.