You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[global]
size=100%
ioengine=libaio
direct=1 loops=10000 <------------------------ loops is set here
invalidate=1
norandommap
randrepeat=0
ramp_time=${RAMPTIME}
group_reporting=1
random_generator=tausworthe64
percentile_list=1:5:10:20:25:30:40:50:60:70:75:80:90:95:99:99.9:99.95:99.99:99.999:99.9999
filename=${DEV} loops=1 <------------------------------ but, here again
Question: Is loops runs 1 times or 10000 times ?
The text was updated successfully, but these errors were encountered:
Hi there~ in FioSynth/jobfiles/rsw_cp_precon.fio
Copyright (c) Facebook, Inc. and its affiliates.
[global]
size=100%
ioengine=libaio
direct=1
loops=10000 <------------------------ loops is set here
invalidate=1
norandommap
randrepeat=0
ramp_time=${RAMPTIME}
group_reporting=1
random_generator=tausworthe64
percentile_list=1:5:10:20:25:30:40:50:60:70:75:80:90:95:99:99.9:99.95:99.99:99.999:99.9999
filename=${DEV}
loops=1 <------------------------------ but, here again
Question: Is loops runs 1 times or 10000 times ?
The text was updated successfully, but these errors were encountered: