benchmark: Create README.md

When trying to run the benchmark I found little documentation on how to
run the benchmark.
This commit is contained in:
Cjen1 2018-07-09 10:37:53 +01:00
parent f7b3017752
commit 9d96a24de1

View File

@ -0,0 +1,9 @@
# etcd/tools/benchmark
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
## Install
```bash
go get github.com/coreos/etcd/tools/benchmark
```