Skip to content

Commit

Permalink
Update Rust crate axum to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 84603eb commit 6b845e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.82"
async-graphql = { version = "7.0.3", features = ["dataloader"] }
async-graphql-axum = "7.0.3"
axum = "0.7.5"
axum = "0.8.0"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
reqwest = { version = "0.12.4", features = ["json"] }
serde = "1.0.200"
Expand Down

1 comment on commit 6b845e1

@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,755.30 4.59 187.74x
[GraphQL JIT] 1,138.04 87.36 9.82x
[async-graphql] 994.13 99.93 8.58x
[Caliban] 776.02 129.52 6.70x
[Gqlgen] 377.57 261.11 3.26x
[Netflix DGS] 190.98 510.31 1.65x
[Apollo GraphQL] 134.29 691.31 1.16x
[Hasura] 115.88 782.63 1.00x
2 { posts { title }}
[Tailcall] 33,312.10 3.00 76.85x
[async-graphql] 5,121.10 19.65 11.81x
[Caliban] 4,935.21 20.76 11.39x
[GraphQL JIT] 1,172.32 85.14 2.70x
[Gqlgen] 1,108.04 98.86 2.56x
[Apollo GraphQL] 902.18 111.11 2.08x
[Netflix DGS] 813.54 123.96 1.88x
[Hasura] 433.45 242.67 1.00x
3 { greet }
[Tailcall] 39,778.80 2.51 25.74x
[Caliban] 33,542.80 2.98 21.70x
[Gqlgen] 23,646.50 9.32 15.30x
[async-graphql] 23,384.10 4.28 15.13x
[GraphQL JIT] 4,609.11 21.65 2.98x
[Netflix DGS] 4,208.54 28.32 2.72x
[Apollo GraphQL] 4,112.97 26.89 2.66x
[Hasura] 1,545.66 65.90 1.00x

Please sign in to comment.