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 ; 1m random writes over a 1 GiB area. 6 ; 7 8 [1m_write] 9 filename=${FILENAME} 10 size=${FILESIZE} 11 12 readwrite=randwrite 13 bs=1m 14 15 ioengine=libaio 16 iodepth=4 17 direct=1 18 19 do_verify=1 20 verify=meta 21 verify_interval=64k 22 continue_on_error=verify 23