allwinner_a64/android/external/fio/examples/fusion-aw-sync.fio
2018-08-08 16:14:42 +08:00

18 lines
365 B
Text

# Example Job File that randomly writes 8k worth of data atomically for
# 60 seconds.
[rw_aw_file_sync]
rw=randwrite
ioengine=fusion-aw-sync
blocksize=8k
blockalign=8k
# if file system supports atomic write
filename=/mnt/fs/file
# or test on a direct block device instead
#filename=/dev/fioa
randrepeat=1
fallocate=none
direct=1
invalidate=0
runtime=60
time_based