Skip to content

Commit

Permalink
benchmark: fix install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldHT committed Feb 18, 2019
1 parent 24fc2a9 commit a1fb18a
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 a1fb18a

Please sign in to comment.