Skip to content

Commit e185553

Browse files
perf: display stats when drive tasks are cancelled by ctrl-c or timeout. (wip)
1 parent 253b388 commit e185553

File tree

4 files changed

+242
-75
lines changed

4 files changed

+242
-75
lines changed

Cargo.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

perf/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ serde = { workspace = true, optional = true }
2828
serde_json = { workspace = true, optional = true }
2929
socket2 = { workspace = true }
3030
tokio = { workspace = true, features = ["rt", "macros", "signal", "net"] }
31+
tokio-util = { version = "0.7.15" }
3132
tracing = { workspace = true }
3233
tracing-subscriber = { workspace = true }

0 commit comments

Comments
 (0)