1; Copyright (c) 2009 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; 8k random reads over a 1 GiB area. 6; 7 8[8k_read] 9filename=${FILENAME} 10size=${FILESIZE} 11 12time_based 13runtime=4m 14 15ioengine=libaio 16iodepth=4 17direct=1 18 19readwrite=randread 20 21bs=8k 22norandommap 23 24