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