Chromium Code Reviews| Index: common/dirwalk/tests/test2.json |
| diff --git a/common/dirwalk/tests/test2.json b/common/dirwalk/tests/test2.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..012d925a6f4b5ad56da5ca3b3e03c2d72a092f4d |
| --- /dev/null |
| +++ b/common/dirwalk/tests/test2.json |
| @@ -0,0 +1,18 @@ |
| +{ |
| + "Name": "test2", |
| + "Comment": "100 large files (10m->250m) in single directory", |
| + "Tree": { |
| + "Files": [ |
| + { |
| + "MinNumber":100, |
| + "MaxNumber":100, |
| + "MinSize":10000000, |
| + "MaxSize":250000000 |
| + } |
| + ], |
| + "Dir": { |
| + "Number":[0], |
| + "MinFileDepth":0 |
| + } |
| + } |
| +} |