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 f184509 commit 0b197a3
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 0b197a3

@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] 22,329.70 4.40 212.13x
[GraphQL JIT] 1,103.03 90.16 10.48x
[async-graphql] 989.23 100.59 9.40x
[Caliban] 862.04 116.30 8.19x
[Gqlgen] 390.48 252.64 3.71x
[Netflix DGS] 171.53 576.80 1.63x
[Apollo GraphQL] 127.49 717.95 1.21x
[Hasura] 105.26 804.50 1.00x
2 { posts { title }}
[Tailcall] 35,002.60 2.80 79.94x
[Caliban] 5,322.38 18.86 12.16x
[async-graphql] 5,056.90 19.81 11.55x
[GraphQL JIT] 1,143.96 87.24 2.61x
[Gqlgen] 1,059.36 103.73 2.42x
[Apollo GraphQL] 880.08 114.14 2.01x
[Netflix DGS] 766.80 165.22 1.75x
[Hasura] 437.85 239.42 1.00x
3 { greet }
[Caliban] 47,292.40 2.05 30.26x
[Tailcall] 44,845.40 2.18 28.70x
[Gqlgen] 25,690.20 5.10 16.44x
[async-graphql] 25,117.60 3.98 16.07x
[GraphQL JIT] 4,441.53 22.47 2.84x
[Netflix DGS] 3,989.51 29.39 2.55x
[Apollo GraphQL] 3,899.51 29.93 2.50x
[Hasura] 1,562.79 65.60 1.00x

Please sign in to comment.