yoyinzyc 480d5510f9 etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact() %!s(int64=5) %!d(string=hai) anos
..
cmd 480d5510f9 etcdserver: trace compaction request; add return parameter 'trace' to applierV3.Compaction() mvcc: trace compaction request; add input parameter 'trace' to KV.Compact() %!s(int64=5) %!d(string=hai) anos
.gitignore b97f78d356 tools/benchmark: ignore the binary "benchmark" %!s(int64=9) %!d(string=hai) anos
README.md a1fb18a9fc benchmark: fix install docs %!s(int64=5) %!d(string=hai) anos
doc.go fc7da09d67 *: add missing godoc package descriptions %!s(int64=8) %!d(string=hai) anos
main.go 34bd797e67 *: revert module import paths %!s(int64=5) %!d(string=hai) anos

README.md

etcd/tools/benchmark

etcd/tools/benchmark is the official benchmarking tool for etcd clusters.

Download and install

To get benchmark from the master branch via go get:

$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark