Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1403)

Unified Diff: common/dirwalk/tests/test4.json

Issue 2054763004: luci-go/common/dirwalk: Code for walking a directory tree efficiently Base URL: https://github.com/luci/luci-go@master
Patch Set: Major rewrite of the code. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: common/dirwalk/tests/test4.json
diff --git a/common/dirwalk/tests/test4.json b/common/dirwalk/tests/test4.json
new file mode 100644
index 0000000000000000000000000000000000000000..c7851bf74ad26b0fe3646614adfe14a5e83818d4
--- /dev/null
+++ b/common/dirwalk/tests/test4.json
@@ -0,0 +1,18 @@
+{
+ "Name": "test4",
+ "Comment": "Lots of small files over range of directories",
+ "Tree": {
+ "Files": [
+ {
+ "MinNumber":100,
+ "MaxNumber":1000,
+ "MinSize":0,
+ "MaxSize":65536
+ }
+ ],
+ "Dir": {
+ "Number":[3,3,3,1],
+ "MinFileDepth":3
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698