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] 9filename=${FILENAME} 10size=${FILESIZE} 11ioengine=libaio 12direct=1 13norandommap 14 15[64k_write] 16bs=64k 17iodepth=4 18readwrite=randwrite 19 20[64k_read] 21bs=64k 22iodepth=4 23readwrite=randread 24 25[seq_write] 26bs=512k 27iodepth=1 28readwrite=write 29 30[seq_read] 31bs=512k 32iodepth=1 33readwrite=read 34