浏览代码

Merge pull request #9910 from Cjen1/master

benchmark: Create README.md
Gyuho Lee 7 年之前
父节点
当前提交
e23853a9ed
共有 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
+```