From a810c5be725dc7e279a36c33536bec4bf654c5ad Mon Sep 17 00:00:00 2001 From: nancyzrh Date: Wed, 19 Feb 2020 12:49:31 +0800 Subject: [PATCH] update docs of performance test (#4352) * update performance test * update docs of performance test --- .../content/features/test-engine/performance-test.cn.md | 4 +--- .../content/features/test-engine/performance-test.en.md | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/document/content/features/test-engine/performance-test.cn.md b/docs/document/content/features/test-engine/performance-test.cn.md index 68c936c366..db65e2411f 100644 --- a/docs/document/content/features/test-engine/performance-test.cn.md +++ b/docs/document/content/features/test-engine/performance-test.cn.md @@ -346,9 +346,7 @@ DELETE FROM tbl1 WHERE id=? #### 压测类 -```shell -参考https://github.com/apache/incubator-shardingsphere-benchmark/tree/master/shardingsphere-benchmark -``` +参考[shardingsphere-benchmark](https://github.com/apache/incubator-shardingsphere-benchmark/tree/master/shardingsphere-benchmark)实现,注意阅读其中的注释 #### 编译 diff --git a/docs/document/content/features/test-engine/performance-test.en.md b/docs/document/content/features/test-engine/performance-test.en.md index 352f40b44f..a517e5e11a 100644 --- a/docs/document/content/features/test-engine/performance-test.en.md +++ b/docs/document/content/features/test-engine/performance-test.en.md @@ -351,9 +351,8 @@ DELETE FROM tbl1 WHERE id=? #### Jmeter Class -```shell -See: https://github.com/apache/incubator-shardingsphere-benchmark/tree/master/shardingsphere-benchmark -``` +Consider the implementation of [shardingsphere-benchmark](https://github.com/apache/incubator-shardingsphere-benchmark/tree/master/shardingsphere-benchmark) +Notes: the notes in incubator-shardingsphere-benchmark/README.md should be taken attention to #### Compile & Build -- GitLab