mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

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
|
|
```
|