Skip to content

Commit

Permalink
fix(deps): update rust crate inquire to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent 19e1cd8 commit fbb83c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -31,7 +31,7 @@ rustls = { version = "0.23.5", optional = true, features = [
"std",
], default-features = false }
rustls-pki-types = "1.4.1"
inquire = { version = "0.7.4", optional = true }
inquire = { version = "0.7.5", optional = true }
opentelemetry-otlp = { version = "0.15.0", features = [
"trace",
"logs",
Expand Down

1 comment on commit fbb83c0

@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 7.66ms 3.58ms 106.50ms 73.03%
Req/Sec 3.31k 261.18 3.69k 86.08%

395462 requests in 30.01s, 1.98GB read

Requests/sec: 13177.66

Transfer/sec: 67.64MB

Please sign in to comment.