Home | History | Annotate | Download | only in hardware_StorageFio
      1 # Copyright (c) 2012 The Chromium OS 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 # The job name in brackets must match the name of this file.
      6 # The fio_parser.py prefixes the output fields with this job name.
      7 # The hardware_StorageFio.py uses the name of the file as the job name,
      8 # and thus the two must match.
      9 [8k_async_randwrite]
     10 
     11 filename=${FILENAME}
     12 size=${FILESIZE}
     13 verify_only=${VERIFY_ONLY}
     14 bs=8k
     15 
     16 loops=1
     17 randrepeat=1
     18 do_verify=1
     19 verify=md5
     20 verify_dump=1
     21 continue_on_error=verify
     22 
     23 readwrite=randwrite
     24 iodepth=1
     25 ioengine=libaio
     26 random_generator=tausworthe
     27 norandommap
     28