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

Unified Diff: client/site_tests/platform_CryptohomeFio/16k_write

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 side-by-side diff with in-line comments
Download patch
Index: client/site_tests/platform_CryptohomeFio/16k_write
diff --git a/client/site_tests/platform_CryptohomeFio/16k_write b/client/site_tests/platform_CryptohomeFio/16k_write
new file mode 100644
index 0000000000000000000000000000000000000000..8d3c27bc26a99b4607aaa3ec3ad61c296be1a2bd
--- /dev/null
+++ b/client/site_tests/platform_CryptohomeFio/16k_write
@@ -0,0 +1,22 @@
+; 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.
+;
+; 16k random writes over a 1 GiB area.
+;
+
+[16k_write]
+filename=${FILENAME}
+size=${FILESIZE}
+
+time_based
+runtime=${RUN_TIME}
+
+ioengine=libaio
+iodepth=4
+
+readwrite=randwrite
+
+bs=16k
+norandommap
+

Powered by Google App Engine
This is Rietveld 408576698