Skip to content

Commit

Permalink
fix(deps): update rust crate moka to 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent e66475c commit 7b3ca0b
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 @@ -23,7 +23,7 @@ mimalloc = { version = "0.1.39", default-features = false, optional = true }
http-cache-reqwest = { version = "0.13.0", features = [
"manager-moka",
], default-features = false, optional = true }
moka = { version = "0.12.6", default-features = false, features = [
moka = { version = "0.12.7", default-features = false, features = [
"future",
], optional = true }
hyper-rustls = { version = "0.25.0", optional = true }
Expand Down

1 comment on commit 7b3ca0b

@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.53ms 3.44ms 90.08ms 71.55%
Req/Sec 3.36k 253.91 3.69k 87.50%

401739 requests in 30.01s, 2.01GB read

Requests/sec: 13385.84

Transfer/sec: 68.71MB

Please sign in to comment.