aboutsummaryrefslogtreecommitdiff
path: root/weed/command/benchmark.go
AgeCommit message (Expand)AuthorFilesLines
2021-03-16revert fasthttp changesChris Lu1-1/+1
2021-03-06adds tcp writes benchmarkChris Lu1-1/+24
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu1-2/+2
2021-02-14disk type only supports hdd and ssd, not ready for random tags yetChris Lu1-1/+1
2021-02-13adjust help messageChris Lu1-1/+1
2021-02-12use fasthttp lib to readChris Lu1-1/+1
2020-12-16go fmtChris Lu1-2/+2
2020-12-13rename parameter name to "disk"Chris Lu1-1/+1
2020-12-13rename from volumeType to diskTypeChris Lu1-3/+3
2020-12-13adding volume typeChris Lu1-0/+3
2020-11-12fiil serverUrls sorted by data centerKonstantin Lebedev1-1/+1
2020-10-13Only wait on retryable requestsChris Lu1-1/+1
2020-10-07read from alternative replicaChris Lu1-2/+7
2020-06-20adjust protocChris Lu1-47/+10
2020-06-02inject git version into buildChris Lu1-1/+1
2020-05-10go fmtChris Lu1-1/+1
2020-04-30add fsync option for benchmarkzhangsong1-0/+3
2020-04-28randomize benchmark contentChris Lu1-3/+5
2020-04-18filer master start up with default ip address instead of just localhostChris Lu1-1/+1
2020-03-18use public url also for deletionsChris Lu1-1/+1
2020-03-01master able to list all master clients by typeChris Lu1-1/+1
2020-02-25avoid reusing context objectChris Lu1-3/+3
2020-02-14volume: add grpc file read operationChris Lu1-8/+49
2020-01-29support env variables to overwrite toml fileChris Lu1-2/+1
2019-10-14fix benchmark cmd usage infozhangsong1-1/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-4/+4
2019-03-29refactoringChris Lu1-11/+11
2019-03-20benchmark: add replication flagchenwanli1-2/+5
2019-02-18adding grpc mutual tlsChris Lu1-3/+11
2019-02-16avoid util package depends on security packageChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu1-2/+11
2019-02-09cleanup security.SecretChris Lu1-7/+2
2019-01-17go fmt and fix some typobingoohuang1-6/+6
2018-12-27avoid gzip benchmark dataChris Lu1-1/+5
2018-08-12randomize raft server startupChris Lu1-1/+1
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