| ; Copyright 2009 The Chromium Authors | |
| ; Use of this source code is governed by a BSD-style license that can be | |
| ; found in the LICENSE file. | |
| ; | |
| ; 4k random reads over a 1 GiB area. | |
| ; | |
| [4k_read] | |
| filename=${FILENAME} | |
| size=${FILESIZE} | |
| time_based | |
| runtime=${RUN_TIME} | |
| ioengine=libaio | |
| iodepth=4 | |
| readwrite=randread | |
| bs=4k | |
| norandommap | |