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 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 63ed2d7 commit a1a3717
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 a1a3717

@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,849.10 4.57 193.21x
[GraphQL JIT] 1,037.65 95.73 9.18x
[async-graphql] 989.70 100.28 8.75x
[Caliban] 794.03 127.04 7.02x
[Gqlgen] 386.26 255.28 3.42x
[Netflix DGS] 182.22 529.98 1.61x
[Apollo GraphQL] 133.79 691.22 1.18x
[Hasura] 113.08 810.12 1.00x
2 { posts { title }}
[Tailcall] 33,301.40 3.00 79.37x
[async-graphql] 5,245.25 19.06 12.50x
[Caliban] 4,778.48 21.44 11.39x
[Gqlgen] 1,120.44 97.86 2.67x
[GraphQL JIT] 1,075.44 92.81 2.56x
[Apollo GraphQL] 876.82 114.57 2.09x
[Netflix DGS] 784.48 128.25 1.87x
[Hasura] 419.58 246.63 1.00x
3 { greet }
[Tailcall] 39,852.70 2.52 27.68x
[Caliban] 34,197.70 2.95 23.76x
[Gqlgen] 24,739.40 9.91 17.19x
[async-graphql] 23,244.20 4.32 16.15x
[GraphQL JIT] 4,423.40 22.55 3.07x
[Netflix DGS] 4,194.52 28.41 2.91x
[Apollo GraphQL] 4,010.51 27.08 2.79x
[Hasura] 1,439.51 71.02 1.00x

Please sign in to comment.