86f65baba1
Change-Id: I4a8bfceaf00aea6f20a63d15b944990511f7958f Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/404979 Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
13 lines
325 B
Bash
Executable File
13 lines
325 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
rootdir=$(readlink -f $testdir/../..)
|
|
source $rootdir/test/common/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
|
|
report_test_completion "event"
|
|
timing_exit event
|