#!/bin/bash # SPDX-License-Identifier: GPL-2.0 . common/fio_common . common/qcow2_common echo "run perf test on empty qcow2 image via ublk" file=`_create_qcow2_image "null" 64G` export T_TYPE_PARAMS="-t qcow2 -q 1 -f $file" __run_dev_perf 1 _remove_qcow2_image $file