Skip to content

Commit

Permalink
Update Rust crate async-graphql to v7.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 90bae64 commit 8984a44
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 8984a44

@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,916.80 4.55 194.22x
[GraphQL JIT] 1,117.36 88.99 9.90x
[async-graphql] 1,025.28 96.81 9.09x
[Caliban] 796.23 125.34 7.06x
[Gqlgen] 383.95 256.60 3.40x
[Netflix DGS] 189.65 511.85 1.68x
[Apollo GraphQL] 130.74 701.32 1.16x
[Hasura] 112.85 778.23 1.00x
2 { posts { title }}
[Tailcall] 33,020.10 3.03 72.06x
[async-graphql] 5,156.68 19.47 11.25x
[Caliban] 4,915.95 20.88 10.73x
[GraphQL JIT] 1,122.09 88.93 2.45x
[Gqlgen] 1,118.84 97.85 2.44x
[Apollo GraphQL] 873.86 114.80 1.91x
[Netflix DGS] 808.42 124.43 1.76x
[Hasura] 458.22 229.37 1.00x
3 { greet }
[Tailcall] 40,318.10 2.48 26.57x
[Caliban] 33,249.50 3.01 21.91x
[Gqlgen] 24,258.90 8.51 15.99x
[async-graphql] 23,543.90 4.28 15.52x
[GraphQL JIT] 4,464.45 22.36 2.94x
[Netflix DGS] 4,200.29 28.60 2.77x
[Apollo GraphQL] 4,040.44 27.87 2.66x
[Hasura] 1,517.37 66.21 1.00x

Please sign in to comment.