t/nvmept_trim: increase transfer size for some tests
[fio.git] / t / jobs / t0007-37cf9e3c.fio
1 # Expected result: fio reads 87040KB of data:
2 # first read is at offset 0, then 2nd read is at offset 1.5m, then the 3rd
3 # read is at offset 3m, and after the last read at offset 127m - we have only
4 # read 87,040K data.
5 # Buggy result: fio reads the full 128MB of data
6 [foo]
7 size=128mb
8 rw=read:512k
9 bs=1m
10 norandommap
11 write_iolog=log
12 direct=1