etcd/tools/benchmark
Brandon Philips 96cce208c2 go.mod: use go.etcd.io/etcd/v3 versioning
This change makes the etcd package compatible with the existing Go
ecosystem for module versioning.

Used this tool to update package imports:
  https://github.com/KSubedi/gomove
2020-04-28 00:57:35 +00:00
..
cmd go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
.gitignore tools/benchmark: ignore the binary "benchmark" 2015-12-30 16:02:52 +09:00
README.md benchmark: fix install docs 2019-02-18 18:15:40 +08:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
main.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00

README.md

etcd/tools/benchmark

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

Download and install

To get benchmark from the master branch via go get:

$ go get go.etcd.io/etcd/tools/benchmark
# GOPATH should be set
$ ls $GOPATH/bin
benchmark