aboutsummaryrefslogtreecommitdiff
path: root/weed/command/benchmark.go
AgeCommit message (Collapse)AuthorFilesLines
2019-01-17go fmt and fix some typobingoohuang1-6/+6
2018-12-27avoid gzip benchmark dataChris Lu1-1/+5
related to https://github.com/chrislusf/seaweedfs/issues/804
2018-08-12randomize raft server startupChris Lu1-1/+1
also some go fmt
2018-07-31add listener for volumd id location for benchmark toolChris Lu1-14/+16
2017-05-19use local random generator to avoid global lockChris Lu1-4/+10
2016-06-26refactor Volume Assign function霍晓栋1-1/+5
2016-06-02directory structure change to work with glideChris Lu1-0/+532
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.