summaryrefslogtreecommitdiffstats
path: root/src/spdk/scripts/perf/nvme/fio_test.conf
blob: a03c6a1e9c668977dc12fce85553e678bea7708e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[global]
ioengine=${IOENGINE}
thread=1
group_reporting=1
direct=1
verify=0
norandommap=1
cpumask=1
percentile_list=50:90:99:99.5:99.9:99.99:99.999

[perf_test]
stonewall
description="Run NVMe driver performance test for a given workload"
bs=${BLK_SIZE}
rw=${RW}
rwmixread=${MIX}
iodepth=${IODEPTH}
time_based=1
ramp_time=10s
runtime=${RUNTIME}