Преглед на файлове

benchmark: Create README.md

When trying to run the benchmark I found little documentation on how to
run the benchmark.
Cjen1 преди 8 години
родител
ревизия
9d96a24de1
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  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
+```