Skip to content

Commit

Permalink
Update Rust crate async-graphql to v7.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent eeb04f8 commit 531b9d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions graphql/async_graphql/Cargo.lock

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

1 comment on commit 531b9d5

@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] 22,843.90 4.29 198.35x
[GraphQL JIT] 1,135.59 87.54 9.86x
[async-graphql] 1,039.08 95.67 9.02x
[Caliban] 863.78 115.98 7.50x
[Gqlgen] 401.69 245.64 3.49x
[Netflix DGS] 179.02 542.96 1.55x
[Apollo GraphQL] 129.20 709.58 1.12x
[Hasura] 115.17 732.68 1.00x
2 { posts { title }}
[Tailcall] 36,358.90 2.69 85.00x
[Caliban] 5,362.81 18.72 12.54x
[async-graphql] 5,224.88 19.12 12.21x
[GraphQL JIT] 1,163.86 85.74 2.72x
[Gqlgen] 1,119.73 97.66 2.62x
[Apollo GraphQL] 889.40 112.84 2.08x
[Netflix DGS] 776.94 160.77 1.82x
[Hasura] 427.76 234.76 1.00x
3 { greet }
[Caliban] 47,476.30 2.04 28.80x
[Tailcall] 45,453.70 2.15 27.58x
[Gqlgen] 25,970.50 4.84 15.76x
[async-graphql] 25,101.80 3.97 15.23x
[GraphQL JIT] 4,606.59 21.66 2.79x
[Netflix DGS] 4,017.79 28.31 2.44x
[Apollo GraphQL] 4,004.78 28.75 2.43x
[Hasura] 1,648.32 60.55 1.00x

Please sign in to comment.