etcd/tools/benchmark/README.md
Cjen1 9d96a24de1 benchmark: Create README.md
When trying to run the benchmark I found little documentation on how to
run the benchmark.
2018-07-09 10:37:53 +01:00

10 lines
171 B
Markdown

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