Skip to content

Commit

Permalink
fix(deps): update rust crate which to v7 (#3095)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent a1bf82e commit 367a930
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 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 @@ -109,7 +109,7 @@ update-informer = { version = "1.1.0", default-features = false, features = [
"reqwest",
], optional = true }
lazy_static = { workspace = true }
which = { version = "6.0.1", optional = true }
which = { version = "7.0.0", optional = true }
async-recursion = "1.1.1"
rquickjs = { "version" = "0.7.0", optional = true, features = ["macro"] }
strum_macros = "0.26.4"
Expand Down

1 comment on commit 367a930

@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.76ms 2.77ms 35.75ms 75.01%
Req/Sec 3.74k 496.73 5.89k 64.58%

447176 requests in 30.04s, 2.24GB read

Requests/sec: 14883.98

Transfer/sec: 76.39MB

Please sign in to comment.