Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent 1cb6fbb commit 3b96efa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async-graphql = { git = "https://github.com/tailcallhq/async-graphql.git", branc
async-graphql-value = { git = "https://github.com/tailcallhq/async-graphql.git", branch = "add-setter" }
indexmap = "2.2"
once_cell = "1.19.0"
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
colored = "2"
regex = "1.10.3"
reqwest-middleware = "0.2.4"
Expand Down

1 comment on commit 3b96efa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 6.78ms 3.12ms 76.18ms 72.18%
Req/Sec 3.74k 389.66 14.09k 92.92%

446596 requests in 30.10s, 2.24GB read

Requests/sec: 14837.39

Transfer/sec: 76.16MB

Please sign in to comment.