etcd/tools/benchmark/README.md
Gyuho Lee 6bab63e96b tools: rename "master" branch references to "main"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
2021-05-12 10:39:53 -07:00

13 lines
282 B
Markdown

# etcd/tools/benchmark
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
## Download and install
To get `benchmark` from the `main` branch via `go get`:
```sh
$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark
```