You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/02/18 09:10:56 UTC

[incubator-shardingsphere-benchmark] branch master updated: add notes

This is an automated email from the ASF dual-hosted git repository.

zhaoyanan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shardingsphere-benchmark.git


The following commit(s) were added to refs/heads/master by this push:
     new 288cb51  add notes
288cb51 is described below

commit 288cb51fe16534a7ff15569f182511377555abff
Author: nancyzrh <zh...@126.com>
AuthorDate: Tue Feb 18 17:10:39 2020 +0800

    add notes
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 22cd467..6a0d947 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ step 2: copy target jar to jmeter lib/ext
 # cp shardingsphere-benchmark-1.0-SNAPSHOT-jar-with-dependencies.jar  apache-jmeter-**/lib/ext
 
 step 3: run jmeter test plan with target class
-
+# jmeter –n –t test_plan/test.jmx
+# test.jmx example:https://github.com/apache/incubator-shardingsphere-benchmark/tree/master/report/script/test_plan/test.jmx
+# Notes: test.jmx is just an example, you should change the name of class according to your  performance code, and the ip/port in shardingsphere-benchmark should be modified to real machine.
 
 ```