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

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

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 ; A simulation of disk traffic from a heavy web surfing load. This test
6 ; should be measures in terms of iop/s, a minimum of 6 iop/s combined read
7 ; and write is required for good performance.
8 ;
9
10 [surfing]
11 filename=${FILENAME}
12 ; directory=${DIRNAME}
13 size=${FILESIZE}
14 overwrite=1
15
16 time_based
17 runtime=${RUN_TIME}
18 numjobs=1
19
20 ioengine=libaio
21 iodepth=4
22 ; fails
23
24 readwrite=randrw
25 rwmixwrite=80
26
27 bssplit=4k/78:8k/5:16k/5:128k/12,4k/57:8k/13:16k/6:64k/20:512k/4
28 ; norandommap
29 ; verify=crc32c-intel
30 verify=crc32
31 verify_pattern=ecryptfs
32 verify_backlog=1
33 stonewall
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698