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

Unified Diff: common/dirwalk/tests/test5.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/test5.json
diff --git a/common/dirwalk/tests/test5.json b/common/dirwalk/tests/test5.json
new file mode 100644
index 0000000000000000000000000000000000000000..0c4d7b5719e90ccee9cfbef5a50ffb5d64c97f4d
--- /dev/null
+++ b/common/dirwalk/tests/test5.json
@@ -0,0 +1,24 @@
+{
+ "Name": "test5",
+ "Comment": "Mixture of small and large files over range of directories",
+ "Tree": {
+ "Files": [
+ {
+ "MinNumber":10,
+ "MaxNumber":1000,
+ "MinSize":0,
+ "MaxSize":65536
+ },
+ {
+ "MinNumber":0,
+ "MaxNumber":5,
+ "MinSize":10000000,
+ "MaxSize":100000000
+ }
+ ],
+ "Dir": {
+ "Number":[3,3,3,1],
+ "MinFileDepth":3
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698