mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
benchmark: fix install docs
This commit is contained in:
parent
24fc2a983a
commit
a1fb18a9fc
@ -2,8 +2,11 @@
|
|||||||
|
|
||||||
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters.
|
||||||
|
|
||||||
## Install
|
## Download and install
|
||||||
|
To get `benchmark` from the `master` branch via `go get`:
|
||||||
```bash
|
```sh
|
||||||
go get github.com/coreos/etcd/tools/benchmark
|
$ go get go.etcd.io/etcd/tools/benchmark
|
||||||
|
# GOPATH should be set
|
||||||
|
$ ls $GOPATH/bin
|
||||||
|
benchmark
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user