Home | History | Annotate | Download | only in hardware_StorageFio
      1 ; Copyright (c) 2014 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 ; test suite for ram disk
      6 ;
      7 [global]
      8 filename=${FILENAME}
      9 size=${FILESIZE}
     10 ioengine=libaio
     11 iodepth=32
     12 thread=8
     13 loops=3
     14 
     15 [rand_write]
     16 readwrite=randwrite
     17 bs=4k
     18 
     19 [rand_read]
     20 stonewall
     21 readwrite=randread
     22 bs=4k
     23 
     24 [seq_write]
     25 stonewall
     26 readwrite=write
     27 bs=1m
     28 
     29 [seq_read]
     30 stonewall
     31 readwrite=read
     32 bs=1m
     33