mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13027 from lilic/benchmark-readme
tools/benchmark/README.md: Update installation as go get does not work
This commit is contained in:
commit
c7cbc6befa
@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
||||||
|
|
||||||
## Download and install
|
## Install
|
||||||
To get `benchmark` from the `main` branch via `go get`:
|
|
||||||
|
To install `benchmark` follow these steps.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get go.etcd.io/etcd/tools/benchmark
|
$ go get go.etcd.io/etcd/v3/tools/benchmark
|
||||||
# GOPATH should be set
|
$ benchmark --help
|
||||||
$ ls $GOPATH/bin
|
|
||||||
benchmark
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Last command should output of usage of `benchmark`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user