From 9d96a24de1976493b6cc22fd99b23a4cfa39cc3d Mon Sep 17 00:00:00 2001 From: Cjen1 Date: Mon, 9 Jul 2018 10:37:53 +0100 Subject: [PATCH] benchmark: Create README.md When trying to run the benchmark I found little documentation on how to run the benchmark. --- tools/benchmark/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/benchmark/README.md 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 +```