Skip to content

Commit

Permalink
fix(deps): update rust crate async-graphql-axum to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 4398bc3 commit e48c938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graphql/async_graphql/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphql/async_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.82"
async-graphql = "7.0.3"
async-graphql-axum = "7"
async-graphql-axum = "7.0.3"
axum = "0.7"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net", "parking_lot"] }
reqwest = { version = "0.12", features = ["json"] }
Expand Down

1 comment on commit e48c938

@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.

Server Requests/sec Latency (ms)
[Caliban] 8,254.50 12.09
[Tailcall] 7,921.46 12.61
[async-graphql] 7,846.55 12.76
[Gqlgen] 2,089.41 49.42
[Apollo GraphQL] 1,845.89 53.97
[Netflix DGS] 1,358.47 77.89

Please sign in to comment.