1 # Expected result: fio reads 87040KB of data 2 # Buggy result: fio reads the full 128MB of data 3 [foo] 4 size=128mb 5 rw=read:512k 6 bs=1m 7 time_based 8 norandommap 9 write_iolog=log 10 direct=1 11