• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# SPDX-License-Identifier: MIT or GPL-2.0-only
3
4. common/fio_common
5. common/loop_common
6
7file=`_create_loop_image "data" $LO_IMG_SZ`
8export T_TYPE_PARAMS="-t loop -q 2 -f $file"
9
10__run_dev_perf 2
11
12_remove_loop_image $file
13