sassman / ssd-benchmark-rs

Super Simple Disk Benchmark - benchmarks the writing performance of your disk
GNU General Public License v3.0
47 stars 4 forks source link

improvements for very slow disks #8

Open sassman opened 2 years ago

sassman commented 2 years ago

Currently there are always 8 write cycles of 1024MB performed. Even for disk that are super slow.

It would be better to calculate (from the first warmup run) how many cycles would fit into 1 minute. This would limit the worst case waiting time to 1minute, which should be more acceptable than ~ 3-5min.