allwinner_a64/android/external/fio/examples/fixed-rate-submission.fio
2018-08-08 16:14:42 +08:00

10 lines
249 B
Text

[fixed-rate-submit]
size=128m
rw=read
ioengine=libaio
iodepth=32
direct=1
# by setting the submit mode to offload, we can guarantee a fixed rate of
# submission regardless of what the device completion rate is.
io_submit_mode=offload
rate_iops=1000