Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.