1 ; Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 ; Use of this source code is governed by a BSD-style license that can be 3 ; found in the LICENSE file. 4 ; 5 ; Extremely quick test for bvt suite 6 ; 7 8 [global] 9 filename=${FILENAME} 10 size=${FILESIZE} 11 ioengine=libaio 12 direct=1 13 norandommap 14 15 [64k_write] 16 bs=64k 17 iodepth=4 18 readwrite=randwrite 19 20 [64k_read] 21 bs=64k 22 iodepth=4 23 readwrite=randread 24 25 [seq_write] 26 bs=512k 27 iodepth=1 28 readwrite=write 29 30 [seq_read] 31 bs=512k 32 iodepth=1 33 readwrite=read 34