mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tools/benchmark/README.md: Update installation as go get does not work
This commit is contained in:
parent
b29e8e47a6
commit
312908c068
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user