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 @@ |
+{ |
M-A Ruel
2016/09/15 14:31:02
I think these json could be integrated in the exec
|
+ "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 |
+ } |
+ } |
+} |