summaryrefslogtreecommitdiffstats
path: root/src/spdk/test/ftl/config/fio/randw.fio
blob: f5b20b124b76ce5e7a46f2e32310b176938f77ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[global]
ioengine=spdk_bdev
spdk_json_conf=${FTL_JSON_CONF}
filename=${FTL_BDEV_NAME}
direct=1
thread=1
buffered=0
size=100%
randrepeat=0
time_based
norandommap

[test]
bs=4k
numjobs=1
rw=randwrite
iodepth=64
runtime=1200