Skip to content

Commit

Permalink
fix(deps): update tokio-tracing monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2024
1 parent 1301baa commit c13d95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailcall-aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ edition = "2021"
lambda_http = "0.11.1"
lambda_runtime = "0.11.1"
tokio = { version = "1", features = ["macros", "fs"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] }
dotenvy = "0.15.7"

anyhow = "1.0.82"
Expand Down

1 comment on commit c13d95b

@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.55ms 3.57ms 103.66ms 73.21%
Req/Sec 3.36k 276.39 4.02k 85.25%

401368 requests in 30.01s, 2.01GB read

Requests/sec: 13372.78

Transfer/sec: 68.64MB

Please sign in to comment.