Skip to content

Commit

Permalink
Update Rust crate async-graphql to v7.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 819b663 commit 0393084
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 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 0393084

@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,464.60 4.65 196.48x
[GraphQL JIT] 1,133.41 87.74 10.38x
[async-graphql] 988.85 100.42 9.05x
[Caliban] 806.80 123.86 7.39x
[Gqlgen] 386.08 255.40 3.53x
[Netflix DGS] 188.98 509.21 1.73x
[Apollo GraphQL] 132.87 690.30 1.22x
[Hasura] 109.24 836.64 1.00x
2 { posts { title }}
[Tailcall] 33,314.30 3.00 83.38x
[async-graphql] 5,218.69 19.17 13.06x
[Caliban] 4,814.73 21.31 12.05x
[GraphQL JIT] 1,174.86 84.95 2.94x
[Gqlgen] 1,116.49 97.77 2.79x
[Apollo GraphQL] 901.87 111.13 2.26x
[Netflix DGS] 811.65 123.98 2.03x
[Hasura] 399.57 249.42 1.00x
3 { greet }
[Tailcall] 40,754.90 2.47 27.64x
[Caliban] 33,305.10 3.01 22.59x
[Gqlgen] 24,477.70 9.78 16.60x
[async-graphql] 23,988.30 4.22 16.27x
[GraphQL JIT] 4,620.18 21.58 3.13x
[Netflix DGS] 4,222.63 28.66 2.86x
[Apollo GraphQL] 4,098.28 27.92 2.78x
[Hasura] 1,474.42 69.91 1.00x

Please sign in to comment.