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 14, 2025
1 parent 883eaa0 commit 8f2d272
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 8f2d272

@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,960.20 4.54 195.86x
[GraphQL JIT] 1,104.84 89.97 9.85x
[async-graphql] 987.73 100.39 8.81x
[Caliban] 732.81 138.06 6.54x
[Gqlgen] 402.23 245.17 3.59x
[Netflix DGS] 186.83 517.45 1.67x
[Apollo GraphQL] 130.59 702.79 1.16x
[Hasura] 112.12 675.05 1.00x
2 { posts { title }}
[Tailcall] 33,513.30 2.98 79.92x
[async-graphql] 4,966.02 20.17 11.84x
[Caliban] 4,817.98 21.22 11.49x
[Gqlgen] 1,143.66 95.87 2.73x
[GraphQL JIT] 1,115.83 89.41 2.66x
[Apollo GraphQL] 873.59 114.80 2.08x
[Netflix DGS] 798.29 125.99 1.90x
[Hasura] 419.33 239.52 1.00x
3 { greet }
[Tailcall] 40,437.70 2.48 26.58x
[Caliban] 33,822.70 2.97 22.23x
[Gqlgen] 24,857.10 9.10 16.34x
[async-graphql] 23,774.60 4.20 15.63x
[GraphQL JIT] 4,526.94 22.03 2.98x
[Netflix DGS] 4,163.56 28.38 2.74x
[Apollo GraphQL] 3,837.99 30.07 2.52x
[Hasura] 1,521.42 66.30 1.00x

Please sign in to comment.