Chromium Code Reviews| Index: client/tests/tiobench/control |
| diff --git a/client/tests/tiobench/control b/client/tests/tiobench/control |
| index ee806cf429a2be8b4766e7dc812e523872cb2832..dd40a26dd37ac2c27a255a84bc1905a50e34b96f 100644 |
| --- a/client/tests/tiobench/control |
| +++ b/client/tests/tiobench/control |
| @@ -9,4 +9,7 @@ DOC = """ |
| Performs threaded I/O benchmarks. |
| """ |
| -job.run_test('tiobench', dir='/mnt') |
| +job.run_test('tiobench', |
| + args='--block=4096 --block=8192 --threads=10 --size=1024', |
| + iterations=2, |
| + dir='/mnt') |