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 11filename=${FILENAME} 12size=${FILESIZE} 13verify_only=${VERIFY_ONLY} 14bs=8k 15 16loops=1 17randrepeat=1 18do_verify=1 19verify=md5 20verify_dump=1 21continue_on_error=verify 22 23readwrite=randwrite 24iodepth=1 25ioengine=libaio 26random_generator=tausworthe 27norandommap 28