• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
13
14time_based
15runtime=${RUN_TIME}
16numjobs=1
17
18ioengine=libaio
19iodepth=4
20
21readwrite=write
22bs=1m
23
24; verify=crc32c-intel
25verify=crc32
26verify_pattern="ecryptfs"
27verify_backlog=1
28verifysort=1
29verify_fatal=1
30verify_async=1
31