
When trying to run the benchmark I found little documentation on how to run the benchmark.
10 lines
171 B
Markdown
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
|
|
```
|