Home | History | Annotate | Download | only in hardware_StorageFio
      1 ; Copyright (c) 2009 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_write]
      9 filename=${FILENAME}
     10 size=${FILESIZE}
     11 
     12 time_based
     13 runtime=5m
     14 
     15 ioengine=libaio
     16 ; iodepth=4
     17 iodepth=1
     18 direct=1
     19 
     20 readwrite=write
     21 bs=512k
     22 
     23