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 2019/10/08 03:27:13 UTC

[incubator-shardingsphere-benchmark] branch master updated: update readme

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 be248c6  update readme
be248c6 is described below

commit be248c66ea72bea573b879b81a6abc96a528bcc1
Author: nancyzrh <zh...@126.com>
AuthorDate: Tue Oct 8 11:27:01 2019 +0800

    update readme
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 1846d9b..b649d38 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,20 @@
 ### Builds setup
 ```bash
 
+shadingsphere-benchmark-ui/README.md
+
 ```
 ## shardingsphere-benchmark
 ### Builds setup
 ```bash
 
+step 1: build shardingsphere-benchmark
+# mvn clean install
+
+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
+
+
 ```
\ No newline at end of file