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 fab2710 commit ed426a4
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 ed426a4

@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] 23,328.30 4.20 206.79x
[GraphQL JIT] 1,121.83 88.70 9.94x
[async-graphql] 1,016.33 97.75 9.01x
[Caliban] 923.98 108.47 8.19x
[Gqlgen] 381.83 258.18 3.38x
[Netflix DGS] 182.59 534.21 1.62x
[Apollo GraphQL] 131.97 697.52 1.17x
[Hasura] 112.81 780.33 1.00x
2 { posts { title }}
[Tailcall] 36,595.30 2.67 84.58x
[Caliban] 5,588.31 17.95 12.92x
[async-graphql] 5,141.41 19.44 11.88x
[GraphQL JIT] 1,162.95 85.81 2.69x
[Gqlgen] 1,080.87 101.45 2.50x
[Apollo GraphQL] 881.94 113.92 2.04x
[Netflix DGS] 792.36 155.49 1.83x
[Hasura] 432.68 241.63 1.00x
3 { greet }
[Caliban] 48,407.80 2.00 29.10x
[Tailcall] 45,657.90 2.14 27.45x
[Gqlgen] 24,959.80 5.17 15.00x
[async-graphql] 24,884.90 4.01 14.96x
[GraphQL JIT] 4,544.61 21.95 2.73x
[Netflix DGS] 4,062.65 27.68 2.44x
[Apollo GraphQL] 4,039.73 28.66 2.43x
[Hasura] 1,663.55 61.27 1.00x

Please sign in to comment.