Commit d054c97e authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

test/nvme: add overhead to autotest



Change-Id: Ic52f23c80f8698d361064365336c32b394fd2c98
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 766da93b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,10 @@ timing_enter hello_world
$rootdir/examples/nvme/hello_world/hello_world
timing_exit

timing_enter overhead
$rootdir/test/lib/nvme/overhead/overhead -s 4096 -t 1
timing_exit overhead

if [ -d /usr/src/fio ]; then
	timing_enter fio_plugin
	for bdf in $(linux_iter_pci 0108); do