From d054c97e6564c90f4b13d0c14daf06b27869e8ee Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 1 Aug 2016 13:18:22 -0700 Subject: [PATCH] test/nvme: add overhead to autotest Change-Id: Ic52f23c80f8698d361064365336c32b394fd2c98 Signed-off-by: Daniel Verkamp --- test/lib/nvme/nvme.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/lib/nvme/nvme.sh b/test/lib/nvme/nvme.sh index 904034441..c6326b632 100755 --- a/test/lib/nvme/nvme.sh +++ b/test/lib/nvme/nvme.sh @@ -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