• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Copyright 2021 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; Sequential write performance at the front of the disk
6;
7
8[seq_rw_verify]
9filename=${FILENAME}
10size=${FILESIZE}
11verify_only=${VERIFY_ONLY}
12
13time_based
14runtime=5m
15
16ioengine=libaio
17iodepth=1
18direct=1
19
20readwrite=rw
21rwmixread=10
22bs=512k
23
24do_verify=1
25verify=md5
26verify_dump=1
27continue_on_error=${CONTINUE_ERRORS}