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

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

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) 2010 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 large sequential disk writes.
6 ;
7
8 [seq_write_verified]
9 ; directory=${DIRNAME}
10 filename=${FILENAME}
11 size=${FILESIZE}
12 overwrite=1
13 unlink=1
14
15 time_based
16 runtime=${RUN_TIME}
17 numjobs=1
18
19 ioengine=libaio
20 iodepth=4
21
22 readwrite=write
23 bs=1m
24
25 ; verify=crc32c-intel
26 verify=crc32
27 verify_pattern=ecryptfs
28 verify_backlog=1
29 verifysort=1
30 verify_fatal=1
31 verify_async=1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698