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 ; A quick test of write and verify.
      6 ; "size" is chosen so as to finish at least one write/verify cycle for
      7 ; most cases.
      8 ;
      9 
     10 [read_write_verify]
     11 filename=${FILENAME}
     12 size=16777216
     13 
     14 time_based
     15 runtime=10
     16 
     17 ioengine=libaio
     18 iodepth=1
     19 direct=1
     20 
     21 readwrite=write
     22 verify=md5
     23 
     24 bs=4096k
     25 
     26