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

Side by Side Diff: common/dirwalk/tests/test3.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": "test3",
3 "Comment": "Both small (0->64kbytes) and large (10m->250m) files in sing le directory",
4 "Tree": {
5 "Files": [
6 {
7 "MinNumber":1000,
8 "MaxNumber":1000,
9 "MinSize":0,
10 "MaxSize":65536
11 },
12 {
13 "MinNumber":10,
14 "MaxNumber":10,
15 "MinSize":10000000,
16 "MaxSize":250000000
17 }
18 ],
19 "Dir": {
20 "Number":[0],
21 "MinFileDepth":0
22 }
23 }
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698