etcd/tools/benchmark/README.md

13 lines
284 B
Markdown
Raw Normal View History

# etcd/tools/benchmark
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
2019-02-18 13:15:40 +03:00
## Download and install
To get `benchmark` from the `master` branch via `go get`:
```sh
$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark
```