Skip to content

Commit

Permalink
fix(deps): update rust crate lambda_http to 0.14.0 (#3271)
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 17, 2025
1 parent dfff5df commit c4cefad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 tailcall-aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
# and it will keep the alphabetic ordering for you.

[dependencies]
lambda_http = "0.13.0"
lambda_http = "0.14.0"
lambda_runtime = "0.13.0"
tokio = { version = "1", features = ["macros", "fs"] }
tracing = { version = "0.1.40", features = ["log"] }
Expand Down

1 comment on commit c4cefad

@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 5.55ms 2.69ms 35.38ms 72.79%
Req/Sec 4.58k 813.20 6.59k 69.92%

547315 requests in 30.05s, 2.74GB read

Requests/sec: 18211.98

Transfer/sec: 93.48MB

Please sign in to comment.