Chromium Code Reviews| Index: client/site_tests/platform_CryptohomeFio/seq_write |
| diff --git a/client/site_tests/platform_CryptohomeFio/seq_write b/client/site_tests/platform_CryptohomeFio/seq_write |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..57857e627d60031fed513239c353fb5f8fec08c8 |
| --- /dev/null |
| +++ b/client/site_tests/platform_CryptohomeFio/seq_write |
| @@ -0,0 +1,21 @@ |
| +; 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. |
| +; |
| +; Sequential write performance at the front of the disk |
| +; |
| + |
| +[seq_write] |
| +filename=${FILENAME} |
| +size=${FILESIZE} |
| + |
| +time_based |
| +runtime=5m |
| + |
| +ioengine=libaio |
| +; iodepth=4 |
| +iodepth=1 |
| + |
| +readwrite=write |
| +bs=512k |
| + |