Merge pull request #10473 from haroldHT/master

benchmark: fix install docs
release-3.4
Jingyi Hu 2019-02-19 13:27:55 -08:00 committed by GitHub
commit 8c228d692b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -2,8 +2,11 @@
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
## Install
```bash
go get github.com/coreos/etcd/tools/benchmark
## Download and install
To get `benchmark` from the `master` branch via `go get`:
```sh
$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark
```