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 20, 2025
1 parent eeb04f8 commit f1bbee8
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 f1bbee8

@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,303.90 4.61 186.96x
[GraphQL JIT] 1,118.90 88.84 9.82x
[async-graphql] 1,028.98 96.60 9.03x
[Caliban] 882.62 113.57 7.75x
[Gqlgen] 392.69 251.15 3.45x
[Netflix DGS] 187.57 520.38 1.65x
[Apollo GraphQL] 130.24 703.27 1.14x
[Hasura] 113.95 770.97 1.00x
2 { posts { title }}
[Tailcall] 33,609.50 2.92 82.89x
[Caliban] 5,404.33 18.62 13.33x
[async-graphql] 5,175.25 19.31 12.76x
[GraphQL JIT] 1,154.40 86.49 2.85x
[Gqlgen] 1,100.51 99.72 2.71x
[Apollo GraphQL] 887.45 113.14 2.19x
[Netflix DGS] 802.39 158.87 1.98x
[Hasura] 405.47 249.75 1.00x
3 { greet }
[Caliban] 47,269.30 2.05 29.78x
[Tailcall] 43,889.80 2.23 27.65x
[Gqlgen] 25,623.20 5.02 16.14x
[async-graphql] 25,257.00 3.94 15.91x
[GraphQL JIT] 4,594.01 21.73 2.89x
[Netflix DGS] 4,141.19 27.70 2.61x
[Apollo GraphQL] 4,109.08 28.17 2.59x
[Hasura] 1,587.45 65.10 1.00x

Please sign in to comment.