From f3d742a6fd372f9732f3bd62041edfe14dc04b3c Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Tue, 2 Jul 2019 21:01:46 +0800 Subject: [PATCH] test/nvmf: Add one NVMe-oF perf test for Big I/O Purpose: Currently, there are many patches related with NVMe-oF, especially related with big I/O. We need to add a test case to guard this. Change-Id: Iddd4070976fe6bf4926ca489d9c97f64a108a422 Signed-off-by: Ziye Yang Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/460065 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Changpeng Liu --- test/nvmf/host/perf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nvmf/host/perf.sh b/test/nvmf/host/perf.sh index 804b06b19..e487a9c4e 100755 --- a/test/nvmf/host/perf.sh +++ b/test/nvmf/host/perf.sh @@ -37,6 +37,7 @@ if [ -n "$local_nvme_trid" ]; then fi $rootdir/examples/nvme/perf/perf -q 32 -o 4096 -w randrw -M 50 -t 1 -r "trtype:$TEST_TRANSPORT adrfam:IPv4 traddr:$NVMF_FIRST_TARGET_IP trsvcid:$NVMF_PORT" +$rootdir/examples/nvme/perf/perf -q 128 -o 262144 -w randrw -M 50 -t 2 -r "trtype:$TEST_TRANSPORT adrfam:IPv4 traddr:$NVMF_FIRST_TARGET_IP trsvcid:$NVMF_PORT" sync $rpc_py delete_nvmf_subsystem nqn.2016-06.io.spdk:cnode1