fix early termination of runs caused by ramp_time > runtime
authorSteven Noonan <snoonan@amazon.com>
Mon, 30 Jan 2012 21:34:04 +0000 (13:34 -0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 31 Jan 2012 12:55:00 +0000 (13:55 +0100)
commite4413f05e5fe1ff50e5fa751b818b1f539a33120
treecfbc40512ac40cc5e1b31a71b24037803c14fe87
parent781cf4f0177af2bc060967326c6fe9b687bdedba
fix early termination of runs caused by ramp_time > runtime

If ramp_time was longer than the runtime, then the run terminated immediately
after the ramp_time was exceeded. In order to avoid this, teach
runtime_exceeded about ramp_time.

Signed-off-by: Steven Noonan <snoonan@amazon.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.c