DDNStorage / ior

IOR and mdtest
Other
1 stars 1 forks source link

Fix behavior of delay between repetitions #3

Closed jyvet closed 6 years ago

jyvet commented 6 years ago

Context: The help output states the -d parameter introduces delay (in seconds) between repetitions. But the delay is actually added before each operation, and even before the very first iteration.

This patch makes the delay happen between repetitions. It also removes the unecessary delay before the very first iteration.