Skip to content

Commit

Permalink
fix(deps): update rust crate async-recursion to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent 84203bd commit 7e62b6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -95,7 +95,7 @@ update-informer = { version = "1.1.0", default-features = false, features = [
], optional = true }
lazy_static = "1.4.0"
which = { version = "6.0.1", optional = true }
async-recursion = "1.1.0"
async-recursion = "1.1.1"
tempfile = "3.10.1"
deno_core = { version = "0.278.0", optional = true, features = [
"v8_use_custom_libcxx",
Expand Down
2 changes: 1 addition & 1 deletion tailcall-query-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures-util = { workspace = true }
indexmap = { workspace = true }
tokio = { workspace = true }

async-recursion = "1.1.0"
async-recursion = "1.1.1"
indenter = "0.3.3"
dashmap = "5.5.3"
tailcall = { path = ".." }
Expand Down

1 comment on commit 7e62b6b

@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.58ms 4.70ms 234.97ms 85.49%
Req/Sec 3.37k 209.40 3.87k 92.75%

401984 requests in 30.03s, 2.01GB read

Requests/sec: 13388.24

Transfer/sec: 68.72MB

Please sign in to comment.