Chromium Code Reviews| Index: client/site_tests/platform_CryptohomeFio/8k_write |
| diff --git a/client/site_tests/platform_CryptohomeFio/8k_write b/client/site_tests/platform_CryptohomeFio/8k_write |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5ff0ab0e86d2777ade9ad3d116fa741076207104 |
| --- /dev/null |
| +++ b/client/site_tests/platform_CryptohomeFio/8k_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. |
| +; |
| +; 8k random writes over a 1 GiB area. |
| +; |
| + |
| +[8k_write] |
| +filename=${FILENAME} |
| +size=${FILESIZE} |
| + |
| +time_based |
| +runtime=${RUN_TIME} |
| + |
| +ioengine=libaio |
| +iodepth=4 |
| + |
| +readwrite=randwrite |
| + |
| +bs=8k |
| +norandommap |
| + |