etcd/tools/benchmark/README.md

10 lines
171 B
Markdown
Raw Normal View History

# etcd/tools/benchmark
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
## Install
```bash
go get github.com/coreos/etcd/tools/benchmark
```