X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=backend.c;h=224736f4c963dcef68db671b39b83ec9ed763758;hb=c82ea3d49aaa5b22188d35819dd623810ae11228;hp=1560749618a5a91ed6152849cba8f9124b73dc16;hpb=6a6b11f436c822cac154da5a60c4cc6baa6a8008;p=fio.git diff --git a/backend.c b/backend.c index 15607496..224736f4 100644 --- a/backend.c +++ b/backend.c @@ -868,7 +868,7 @@ static uint64_t do_io(struct thread_data *td) if (flow_threshold_exceeded(td)) continue; - if (bytes_issued >= total_bytes) + if (!td->o.time_based && bytes_issued >= total_bytes) break; io_u = get_io_u(td);