1; Copyright (c) 2010 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; A simulation of large sequential disk writes.
6;
7
8[seq_write_verified]
9; directory=${DIRNAME}
10filename=${FILENAME}
11size=${FILESIZE}
12overwrite=1
13unlink=1
14
15time_based
16runtime=${RUN_TIME}
17numjobs=1
18
19ioengine=libaio
20iodepth=4
21
22readwrite=write
23bs=1m
24
25; verify=crc32c-intel
26verify=crc32
27verify_pattern="ecryptfs"
28verify_backlog=1
29verifysort=1
30verify_fatal=1
31verify_async=1
32