etcd/tools/benchmark
haroldHT a1fb18a9fc benchmark: fix install docs 2019-02-18 18:15:40 +08:00
..
cmd benchmark: util.go 2018-10-02 08:45:24 -07:00
.gitignore tools/benchmark: ignore the binary "benchmark" 2015-12-30 16:02:52 +09:00
README.md benchmark: fix install docs 2019-02-18 18:15:40 +08:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
main.go *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00

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