• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# SPDX-License-Identifier: MIT or GPL-2.0
3
4. common/fio_common
5. common/nbd_common
6
7echo "run perf test via ublk-nbd(with send_zc nbd server: $NBDSRV:nbdkit file $NBD_SIZE)"
8
9file=`_create_image "nbd" "data" $NBD_SIZE`
10
11export T_TYPE_PARAMS="-t nbd -q 1 -d 127 --host $NBDSRV --send_zc"
12__run_dev_perf 1
13
14_remove_image "nbd" $file
15