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 a22d014 commit d4408f8
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 d4408f8

@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,837.70 4.57 190.04x
[GraphQL JIT] 1,160.15 85.73 10.10x
[async-graphql] 989.22 100.76 8.61x
[Caliban] 785.70 127.50 6.84x
[Gqlgen] 389.74 252.87 3.39x
[Netflix DGS] 188.32 516.05 1.64x
[Apollo GraphQL] 127.62 715.99 1.11x
[Hasura] 114.91 769.95 1.00x
2 { posts { title }}
[Tailcall] 33,502.50 2.98 77.04x
[async-graphql] 5,105.89 19.60 11.74x
[Caliban] 4,889.17 20.97 11.24x
[GraphQL JIT] 1,170.57 85.25 2.69x
[Gqlgen] 1,115.54 97.55 2.57x
[Apollo GraphQL] 864.69 115.95 1.99x
[Netflix DGS] 808.88 124.90 1.86x
[Hasura] 434.90 254.29 1.00x
3 { greet }
[Tailcall] 40,865.70 2.46 26.07x
[Caliban] 33,258.90 3.02 21.22x
[Gqlgen] 24,187.40 9.98 15.43x
[async-graphql] 23,668.40 4.25 15.10x
[GraphQL JIT] 4,581.14 21.82 2.92x
[Netflix DGS] 4,210.58 28.17 2.69x
[Apollo GraphQL] 3,935.65 28.20 2.51x
[Hasura] 1,567.30 63.58 1.00x

Please sign in to comment.