Skip to content

Commit 155c225

Browse files
committed
refactor(bench): rewrite fs bench
1 parent 7fbd340 commit 155c225

File tree

2 files changed

+351
-72
lines changed

2 files changed

+351
-72
lines changed

compio/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ compio-macros = { workspace = true }
5151
criterion = { workspace = true, features = ["async_tokio"] }
5252
futures-channel = { workspace = true }
5353
futures-util = { workspace = true }
54+
rand = "0.8.5"
5455
tempfile = { workspace = true }
5556
tokio = { workspace = true, features = [
5657
"fs",

0 commit comments

Comments
 (0)