diff --git a/tools/benchmark/README.md b/tools/benchmark/README.md new file mode 100644 index 000000000..b2f745d93 --- /dev/null +++ b/tools/benchmark/README.md @@ -0,0 +1,9 @@ +# etcd/tools/benchmark + +`etcd/tools/benchmark` is the official benchmarking tool for etcd clusters. + +## Install + +```bash +go get github.com/coreos/etcd/tools/benchmark +```