| ; 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. | |
| ; | |
| ; Sequential write performance at the front of the disk | |
| ; | |
| [seq_write] | |
| filename=${FILENAME} | |
| size=${FILESIZE} | |
| time_based | |
| runtime=5m | |
| ioengine=libaio | |
| ; iodepth=4 | |
| iodepth=1 | |
| readwrite=write | |
| bs=512k | |