Skip to content

Commit

Permalink
fix(deps): update rust crate sysinfo to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 6, 2024
1 parent 5c0c588 commit 459ef4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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-tracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = { workspace = true }
machineid-rs = "1.2.4"
tokio = { workspace = true, features = ["rt", "time"] }
tracing = { workspace = true }
sysinfo = "0.31.0"
sysinfo = "0.32.0"
tailcall-version = { path = "../tailcall-version" }
posthog-rs = { git = "https://github.com/PostHog/posthog-rs.git", rev = "a006a81419031e4889d9c3882d7458d2efa588a8" }
async-trait = "0.1.81"
Expand Down

1 comment on commit 459ef4e

@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.34ms 3.18ms 47.79ms 71.85%
Req/Sec 3.45k 377.09 4.09k 94.25%

412654 requests in 30.03s, 783.73MB read

Requests/sec: 13742.09

Transfer/sec: 26.10MB

Please sign in to comment.