Dustin C. Hatch 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
2017-09-07 22:28:00 -05:00
2017-09-07 18:30:04 -05:00
2017-09-07 22:28:00 -05:00
2017-09-07 22:28:00 -05:00
Description
Disk I/O stress test tool
52 KiB
Languages
Rust 100%