Skip to content

Commit

Permalink
Merge pull request #10473 from haroldHT/master
Browse files Browse the repository at this point in the history
benchmark: fix install docs
  • Loading branch information
jingyih authored Feb 19, 2019
2 parents e77069f + a1fb18a commit 8c228d6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tools/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 8c228d6

Please sign in to comment.