test/nvme: Add perf with AIO devices
Change-Id: I6507db2d3ea7276b9f204e68cbe0185110a5345c Signed-off-by: wenzhong wu <wenzhongx.wu@intel.com> Reviewed-on: https://review.gerrithub.io/384403 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
c45021a194
commit
5069496ddc
@ -107,6 +107,10 @@ timing_exit identify
|
||||
|
||||
timing_enter perf
|
||||
$rootdir/examples/nvme/perf/perf -q 128 -w read -s 12288 -t 1 -LL -i 0
|
||||
if [ -b /dev/ram0 ]; then
|
||||
# Test perf with AIO device
|
||||
$rootdir/examples/nvme/perf/perf /dev/ram0 -q 128 -w read -s 12288 -t 1 -LL -i 0
|
||||
fi
|
||||
timing_exit perf
|
||||
|
||||
timing_enter reserve
|
||||
|
Loading…
Reference in New Issue
Block a user