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 3, 2025
1 parent 0529968 commit d261122
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 d261122

@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] 20,625.60 4.84 181.53x
[GraphQL JIT] 1,134.23 87.63 9.98x
[async-graphql] 1,012.00 98.07 8.91x
[Caliban] 716.28 140.14 6.30x
[Gqlgen] 399.58 246.68 3.52x
[Netflix DGS] 190.01 508.50 1.67x
[Apollo GraphQL] 128.17 713.46 1.13x
[Hasura] 113.62 760.16 1.00x
2 { posts { title }}
[Tailcall] 32,429.80 3.08 71.67x
[async-graphql] 5,216.86 19.17 11.53x
[Caliban] 4,785.26 21.39 10.58x
[GraphQL JIT] 1,189.98 83.87 2.63x
[Gqlgen] 1,139.06 96.39 2.52x
[Apollo GraphQL] 844.17 118.85 1.87x
[Netflix DGS] 804.45 124.54 1.78x
[Hasura] 452.46 242.95 1.00x
3 { greet }
[Tailcall] 39,169.00 2.56 25.59x
[Caliban] 32,648.20 3.09 21.33x
[Gqlgen] 24,681.90 8.49 16.13x
[async-graphql] 23,352.50 4.31 15.26x
[GraphQL JIT] 4,720.33 21.13 3.08x
[Netflix DGS] 4,197.33 28.64 2.74x
[Apollo GraphQL] 3,895.78 28.39 2.55x
[Hasura] 1,530.54 65.07 1.00x

Please sign in to comment.