6da961fc84
the drive doesn't like 25 GB of random writes, though. should add another level of blocks or use mmap or something
12 lines
No EOL
177 B
TOML
12 lines
No EOL
177 B
TOML
[package]
|
|
name = "disk-read-benchmark"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
curl = "0.4.47"
|
|
rand = "0.8.5"
|
|
rand_xorshift = "0.3.0"
|
|
|
|
[profile.release]
|
|
opt-level = 3 |