Browse Source

benchmark: Create README.md

When trying to run the benchmark I found little documentation on how to
run the benchmark.
Cjen1 7 years ago
parent
commit
9d96a24de1
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tools/benchmark/README.md

+ 9 - 0
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
+```