Merge pull request #9910 from Cjen1/master

benchmark: Create README.md
This commit is contained in:
Gyuho Lee 2018-07-09 09:39:13 -07:00 committed by GitHub
commit e23853a9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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