fs-bench is a filesystem benchmark and integrity checker. It creates large batches of files with deterministic content, records MD5 hashes, and verifies them with a bounded worker pool so test runs finish quickly even at high scale.
# format, lint, and test
just fmt
just check
just test
# run a sample workload
cargo run -- --count 1000 --size 10 --threads 8Each document is written in English and lives under the docs/ directory for easier navigation.