From 7a4cb7bc1c00c50acaaf70374038ad1b178fc1ff Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Fri, 15 Jul 2022 12:13:19 +0200 Subject: [PATCH] perf/vhost: Allow to pass multiple FIO configs to the benchmark script Signed-off-by: Michal Berger Change-Id: I96df5f21f04b9196083f91783f8dd9cc4c6920d1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13688 Tested-by: SPDK CI Jenkins Reviewed-by: Karol Latecki Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris --- scripts/perf/vhost/run_vhost_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/perf/vhost/run_vhost_test.sh b/scripts/perf/vhost/run_vhost_test.sh index 4093fe56d..da6955d0c 100755 --- a/scripts/perf/vhost/run_vhost_test.sh +++ b/scripts/perf/vhost/run_vhost_test.sh @@ -70,4 +70,4 @@ trap 'rm -f "$curdir/fio.conf"' EXIT fio_conf > "$curdir/fio.conf" "$rootdir/test/vhost/perf_bench/vhost_perf.sh" \ - "${perf_args[@]}" --fio-jobs="$curdir/fio.conf" + "${perf_args[@]}" --fio-jobs="$curdir/fio.conf"${fio_jobs:+",$fio_jobs"}