Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: client/site_tests/platform_CryptohomeFio/seq_read

Issue 3412036: Basis for cryptohome+power_SuspendResume stress test. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: tweaks to test params Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 ; Sequential read performance at the front of the disk
6 ;
7
8 [seq_read]
9 filename=${FILENAME}
10 size=${FILESIZE}
11
12 time_based
13 runtime=5m
14
15 ioengine=libaio
16 ; iodepth=4
17 iodepth=1
18
19 readwrite=read
20 bs=512k
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698