Skip to content

Commit

Permalink
fix(deps): update rust crate worker to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent 93e7bed commit a3b27cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hyper = { version = "0.14", default-features = false }
worker = "0.1.0"
worker = "0.2.0"
tailcall = { path = "..", default-features = false }
lazy_static = "1.4.0"
anyhow = "1.0.82"
Expand Down

1 comment on commit a3b27cf

@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.54ms 4.18ms 215.39ms 81.94%
Req/Sec 3.37k 122.64 3.69k 86.17%

402969 requests in 30.02s, 2.02GB read

Requests/sec: 13425.30

Transfer/sec: 68.91MB

Please sign in to comment.