Disk Read Benchmark - A simple and performant read-only disk benchmark, written in Rust
Find a file
2024-11-05 15:25:38 -06:00
src me when actual cli: 2024-11-05 15:25:38 -06:00
.gitignore random file generation works and is somewhat fast 2024-10-25 00:12:10 -05:00
Cargo.lock me when actual cli: 2024-11-05 15:25:38 -06:00
Cargo.toml me when actual cli: 2024-11-05 15:25:38 -06:00
prepare.sh it's doneeeeeee (aside from adding stuff like clap) 2024-10-29 22:34:44 -05:00
README.md it's doneeeeeee (aside from adding stuff like clap) 2024-10-29 22:34:44 -05:00

Read-only benchmark

This tests the latency, sequential read, and random read speeds of a variety of data.

Running

The program will automatically generate all data used, except for the regular polygon data. Once the data is generated, stop the program with Ctrl+C, then run prepare.sh to archive and mount the data using DwarFS, tar, and fuse-archive.

It will output its data at ./data/benchmark-data.csv and ./data/bulk.csv in these formats:

benchmark-data.csv:

filesystem dir,file path,sequential read time,sequential read latency,random read time,random read latency

bulk.csv:

filesystem dir,folder path,test type,time1,time2,time3,[...]