Disk I/O stress test tool
Go to file
Dustin 1a32606a74 Implement random writing
Finally, the functional program. Random bytes are now collected by the
main thread at the start of each iteration. Worker threads repeatedly
write the data to disk. On each iteration, the size of the data is
doubled, up to a maximum size of 32 megabytes. When the program
terminates, the generated files are removed.
2017-09-07 22:28:00 -05:00
src Implement random writing 2017-09-07 22:28:00 -05:00
.gitignore Initial commit 2017-09-07 18:30:04 -05:00
Cargo.lock Implement random writing 2017-09-07 22:28:00 -05:00
Cargo.toml Implement random writing 2017-09-07 22:28:00 -05:00