Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate axum to 0.8.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2c4d90e commit f2b360d
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
@@ -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"

1 comment on commit f2b360d

@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,768.50 4.52 200.80x
[GraphQL JIT] 1,126.73 88.27 10.39x
[async-graphql] 952.13 104.28 8.78x
[Caliban] 884.87 113.28 8.16x
[Gqlgen] 391.25 252.06 3.61x
[Netflix DGS] 186.63 534.17 1.72x
[Apollo GraphQL] 119.73 752.55 1.10x
[Hasura] 108.41 858.00 1.00x
2 { posts { title }}
[Tailcall] 34,115.70 2.88 81.97x
[Caliban] 5,520.41 18.18 13.26x
[async-graphql] 4,985.21 20.06 11.98x
[GraphQL JIT] 1,137.14 87.78 2.73x
[Gqlgen] 1,099.55 99.83 2.64x
[Apollo GraphQL] 824.04 121.87 1.98x
[Netflix DGS] 791.62 160.63 1.90x
[Hasura] 416.20 243.24 1.00x
3 { greet }
[Caliban] 48,590.30 1.99 30.80x
[Tailcall] 45,139.80 2.17 28.61x
[Gqlgen] 25,915.50 4.87 16.43x
[async-graphql] 25,149.60 3.97 15.94x
[GraphQL JIT] 4,486.24 22.25 2.84x
[Netflix DGS] 4,042.05 28.70 2.56x
[Apollo GraphQL] 3,877.51 30.14 2.46x
[Hasura] 1,577.74 66.35 1.00x

Please sign in to comment.