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] 11filename=${FILENAME} 12size=16777216 13 14time_based 15runtime=10 16 17ioengine=libaio 18iodepth=1 19direct=1 20 21readwrite=write 22verify=md5 23 24bs=4096k 25 26