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