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 2021/06/12 07:24:58 UTC

[shardingsphere] branch master updated: Add : add sysbench benchmark link (#10786)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dd2694  Add : add sysbench benchmark link (#10786)
6dd2694 is described below

commit 6dd2694796a8e31885a7503bb4b5f6707d31de5d
Author: 孙念君 Sun Nianjun <ka...@outlook.com>
AuthorDate: Sat Jun 12 15:24:12 2021 +0800

    Add : add sysbench benchmark link (#10786)
---
 .../content/features/test-engine/performance-test-sysbench.cn.md        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/document/content/features/test-engine/performance-test-sysbench.cn.md b/docs/document/content/features/test-engine/performance-test-sysbench.cn.md
index 9cca715..9c20e03 100644
--- a/docs/document/content/features/test-engine/performance-test-sysbench.cn.md
+++ b/docs/document/content/features/test-engine/performance-test-sysbench.cn.md
@@ -1507,3 +1507,5 @@ if __name__ == '__main__':
     generate_graph(path, 'oltp_update_non_index')
     generate_graph(path, 'oltp_delete')
 ```
+
+目前在 ShardingSphere 的 benchmark 项目 [shardingsphere-benchmark](https://github.com/apache/shardingsphere-benchmark) 中已经共享了 sysbench 的使用方式 : [sysbench 压测工具](https://github.com/apache/shardingsphere-benchmark/blob/master/sysbench/README_ZH.md)
\ No newline at end of file