Chromium Code Reviews| Index: common/dirwalk/tests/test1.json |
| diff --git a/common/dirwalk/tests/test1.json b/common/dirwalk/tests/test1.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..80afe9b38885daac184102691e2180c7ccada7a0 |
| --- /dev/null |
| +++ b/common/dirwalk/tests/test1.json |
| @@ -0,0 +1,18 @@ |
| +{ |
| + "Name": "test1", |
| + "Comment": "10k small files (0->64kbytes) in single directory", |
| + "Tree": { |
| + "Files": [ |
| + { |
| + "MinNumber":10000, |
| + "MaxNumber":10000, |
| + "MinSize":0, |
| + "MaxSize":65536 |
| + } |
| + ], |
| + "Dir": { |
| + "Number":[0], |
| + "MinFileDepth":0 |
| + } |
| + } |
| +} |