Skip to content

Commit

Permalink
Merge branch 'main' into single-cache-key-call
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak authored May 1, 2024
2 parents 6312159 + b99849e commit eca877f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ opentelemetry-system-metrics = { version = "0.1.8", optional = true }

rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.17", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
hyper = { version = "0.14.28", features = ["server"], default-features = false }
tokio = { workspace = true }
anyhow = { workspace = true }
derive_setters = "0.1.6"
Expand Down Expand Up @@ -148,7 +148,7 @@ tailcall-macros = { path = "tailcall-macros" }
tonic-types = "0.11.0"
datatest-stable = "0.2.9"
tokio-test = "0.4.4"
base64 = "0.22.0"
base64 = "0.22.1"


[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tailcall-aws-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dotenvy = "0.15.7"

anyhow = "1.0.82"
async-trait = "0.1.80"
hyper = { version = "0.14", default-features = false }
hyper = { version = "0.14.28", default-features = false }
reqwest = { version = "0.11", default-features = false }
tailcall = { path = "..", default-features = false }
2 changes: 1 addition & 1 deletion tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

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

1 comment on commit eca877f

@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.75ms 3.65ms 140.77ms 73.18%
Req/Sec 3.27k 256.75 3.60k 85.92%

390624 requests in 30.01s, 1.96GB read

Requests/sec: 13018.52

Transfer/sec: 66.82MB

Please sign in to comment.