Wrapper script for running vhost performance benchmark tests. Allows to automatically create fio job config files and qemu/spdk cpu mask config files. Change-Id: Iba91ea8a3329d454e11bc16d4e6853875600c04a Signed-off-by: Karol Latecki <karol.latecki@intel.com> Reviewed-on: https://review.gerrithub.io/416528 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
[global]
|
|
ioengine=libaio
|
|
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={blksize}
|
|
rw={rw}
|
|
rwmixread={rwmixread}
|
|
iodepth={iodepth}
|
|
time_based=1
|
|
ramp_time={ramptime}
|
|
runtime={runtime}
|
|
filename=
|