34e3bf9c86
Change-Id: I22c4273812922e1a2f7bb7ec0d3e8353e74780a3 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/377822 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
12 lines
293 B
Bash
Executable File
12 lines
293 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
rootdir=$(readlink -f $testdir/../../..)
|
|
source $rootdir/scripts/autotest_common.sh
|
|
|
|
timing_enter event
|
|
$testdir/event_perf/event_perf -m 0xF -t 1
|
|
$testdir/reactor/reactor -t 1
|
|
$testdir/reactor_perf/reactor_perf -t 1
|
|
timing_exit event
|