Skip to content

Commit

Permalink
Merge branch 'main' into mog/showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery committed Feb 3, 2024
2 parents 146b006 + 6431a72 commit 2511113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 testconv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ serde_json = "1.0"
serde_yaml = "0.9"
tailcall = { path = ".." }
url = { version = "2", features = ["serde"] }
tokio = { version = "1.35.1", features = ["rt", "macros"] }
tokio = { version = "1.36.0", features = ["rt", "macros"] }
async-graphql = { version = "7.0.1", features = ["dynamic-schema"] }
regex = "1.10.3"

1 comment on commit 2511113

@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 6.51ms 2.79ms 26.90ms 69.05%
Req/Sec 3.88k 249.30 4.20k 91.08%

462718 requests in 30.01s, 2.32GB read

Requests/sec: 15420.64

Transfer/sec: 79.15MB

Please sign in to comment.