23 lines
357 B
Plaintext
23 lines
357 B
Plaintext
; Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
|
; Use of this source code is governed by a BSD-style license that can be
|
|
; found in the LICENSE file.
|
|
;
|
|
; A quick test of small random reads
|
|
;
|
|
|
|
[quick_read]
|
|
filename=${FILENAME}
|
|
size=${FILESIZE}
|
|
|
|
time_based
|
|
runtime=10
|
|
|
|
ioengine=libaio
|
|
iodepth=4
|
|
direct=1
|
|
|
|
readwrite=randread
|
|
norandommap
|
|
|
|
bs=4k
|