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