Pārlūkot izejas kodu

Merge pull request #9910 from Cjen1/master

benchmark: Create README.md
Gyuho Lee 7 gadi atpakaļ
vecāks
revīzija
e23853a9ed
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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
+```