The following changes since commit d5dbacf662b1cc3fb09b5cd70b236ab98d1c0dbe: Merge branch 'offload-serialize-overlap2' of https://github.com/vincentkfu/fio (2018-10-15 14:09:18 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 8eb142ddd8bc3fe9428cd46b9fd98f32b2bc8c67: fio: reset more counters when ramp time has elapsed (2018-10-18 15:33:05 -0600) ---------------------------------------------------------------- Vincent Fu (1): fio: reset more counters when ramp time has elapsed time.c | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/time.c b/time.c index c887682..1999969 100644 --- a/time.c +++ b/time.c @@ -118,6 +118,7 @@ bool ramp_time_over(struct thread_data *td) if (utime_since_now(&td->epoch) >= td->o.ramp_time) { td->ramp_time_over = true; reset_all_stats(td); + reset_io_stats(td); td_set_runstate(td, TD_RAMP); /*