Skip to content

Commit

Permalink
Update Rust crate serde to v1.0.216
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 0103e69 commit 1f776f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 1f776f3

@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,568.20 4.63 185.92x
[GraphQL JIT] 1,141.65 87.05 9.84x
[async-graphql] 975.03 101.98 8.40x
[Caliban] 717.18 141.01 6.18x
[Gqlgen] 361.01 272.58 3.11x
[Netflix DGS] 188.29 514.80 1.62x
[Apollo GraphQL] 129.54 704.55 1.12x
[Hasura] 116.01 769.86 1.00x
2 { posts { title }}
[Tailcall] 33,113.30 3.02 78.30x
[async-graphql] 5,128.51 19.83 12.13x
[Caliban] 4,819.97 21.27 11.40x
[GraphQL JIT] 1,162.44 85.84 2.75x
[Gqlgen] 1,046.15 105.15 2.47x
[Apollo GraphQL] 878.47 114.33 2.08x
[Netflix DGS] 812.58 123.99 1.92x
[Hasura] 422.88 240.61 1.00x
3 { greet }
[Tailcall] 40,204.80 2.49 25.74x
[Caliban] 33,479.70 3.00 21.43x
[async-graphql] 23,445.60 4.28 15.01x
[Gqlgen] 23,436.70 9.64 15.00x
[GraphQL JIT] 4,715.48 21.16 3.02x
[Netflix DGS] 4,239.08 27.93 2.71x
[Apollo GraphQL] 4,065.03 27.21 2.60x
[Hasura] 1,562.10 65.73 1.00x

Please sign in to comment.