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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "Name": "test5",
3 "Comment": "Mixture of small and large files over range of directories",
4 "Tree": {
5 "Files": [
6 {
7 "MinNumber":10,
8 "MaxNumber":1000,
9 "MinSize":0,
10 "MaxSize":65536
11 },
12 {
13 "MinNumber":0,
14 "MaxNumber":5,
15 "MinSize":10000000,
16 "MaxSize":100000000
17 }
18 ],
19 "Dir": {
20 "Number":[3,3,3,1],
21 "MinFileDepth":3
22 }
23 }
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698