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; test suite for ram disk 6; 7[global] 8filename=${FILENAME} 9size=${FILESIZE} 10ioengine=libaio 11iodepth=32 12thread=8 13loops=3 14 15[rand_write] 16readwrite=randwrite 17bs=4k 18 19[rand_read] 20stonewall 21readwrite=randread 22bs=4k 23 24[seq_write] 25stonewall 26readwrite=write 27bs=1m 28 29[seq_read] 30stonewall 31readwrite=read 32bs=1m 33