Skip to content

Commit

Permalink
Merge pull request etcd-io#13027 from lilic/benchmark-readme
Browse files Browse the repository at this point in the history
tools/benchmark/README.md: Update installation as go get does not work
  • Loading branch information
ptabor authored May 31, 2021
2 parents 71448cb + 312908c commit c7cbc6b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tools/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.

## Download and install
To get `benchmark` from the `main` branch via `go get`:
## Install

To install `benchmark` follow these steps.

```sh
$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark
$ go get go.etcd.io/etcd/v3/tools/benchmark
$ benchmark --help
```

Last command should output of usage of `benchmark`.

0 comments on commit c7cbc6b

Please sign in to comment.