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

Side by Side Diff: common/dirwalk/tests/test1.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": "test1",
3 "Comment": "10k small files (0->64kbytes) in single directory",
4 "Tree": {
5 "Files": [
6 {
7 "MinNumber":10000,
8 "MaxNumber":10000,
9 "MinSize":0,
10 "MaxSize":65536
11 }
12 ],
13 "Dir": {
14 "Number":[0],
15 "MinFileDepth":0
16 }
17 }
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698