Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 4553eec commit 568ca3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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-autogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1.0.82"
lazy_static = "1.4.0"
schemars = "0.8.16"
serde = "1.0.197"
serde_json = "1.0.115"
serde_json = "1.0.116"
tailcall = { path = "../" }
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async-std = "1.12.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-subscriber-wasm = "0.1.0"
serde_json = "1.0.115"
serde_json = "1.0.116"
serde_qs = "0.13.0"
console_error_panic_hook = "0.1.7"
protox = "0.6.0"
Expand Down

1 comment on commit 568ca3d

@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.57ms 3.45ms 89.98ms 73.09%
Req/Sec 3.35k 261.69 3.83k 86.08%

399994 requests in 30.01s, 2.00GB read

Requests/sec: 13328.28

Transfer/sec: 68.41MB

Please sign in to comment.