This is an automated email from the ASF dual-hosted git repository.
hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5313e71 fix typo in benchmark-tool (#521)
5313e71 is described below
commit 5313e718c3cf440cc7a95dfcc208c6b4862d4fc5
Author: withthewind <[email protected]>
AuthorDate: Tue Nov 5 17:03:29 2019 +0800
fix typo in benchmark-tool (#521)
---
docs/zh-cn/user/benchmark-tool.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/user/benchmark-tool.md
b/docs/zh-cn/user/benchmark-tool.md
index dea027f..063668a 100644
--- a/docs/zh-cn/user/benchmark-tool.md
+++ b/docs/zh-cn/user/benchmark-tool.md
@@ -21,7 +21,7 @@
```
* 将自己的benchmark工程打成jar包,如demo.benchmark.jar
* 将demo.benchmark.jar 和服务的api包放到dubbo.benchmark/lib目录下
-* 配置duubo.properties
+* 配置dubbo.properties
* 运行run.bat(windows)或run.sh(linux)
如想测试dubbo的不同版本,直接替换lib下的dubbo的jar包即可。