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/21 10:17:03 UTC

[incubator-shardingsphere-benchmark] branch master updated: add machine info

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 07fcd70  add machine info
07fcd70 is described below

commit 07fcd70ff4184cce34000fd2dac949cc3456b8be
Author: nancyzrh <zh...@126.com>
AuthorDate: Fri Feb 21 18:16:42 2020 +0800

    add machine info
---
 README.md                  |  3 +++
 report/machine_description | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/README.md b/README.md
index 22d5aca..dd64352 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,7 @@ step 3: run jmeter test plan with target class
 ```bash
 The configurations for Sharding-Proxy with four scenes in benchmark are given here.
 
+# machines info
+Please read report/machine_description file.
+
 ```
\ No newline at end of file
diff --git a/report/machine_description b/report/machine_description
index e69de29..31d86f1 100644
--- a/report/machine_description
+++ b/report/machine_description
@@ -0,0 +1,21 @@
+single route test machine:
+mem(131814228 kB), cpu(32 logic cpu)
+
+full route test machines:
+mem(131814228 kB), cpu(32 logic cpu)
+mem(131986504 kB), cpu(32 logic cpu)
+mem(65919892 kB), cpu(32 logic cpu)
+mem(132110092 kB), cpu(32 logic cpu)
+
+master slave test machines:
+mem(131986504 kB), cpu(32 logic cpu)
+mem(65919892 kB), cpu(32 logic cpu)
+
+master slave encrypt sharding test:
+mem(131814228 kB), cpu(32 logic cpu)
+mem(131986504 kB), cpu(32 logic cpu)
+mem(65919892 kB), cpu(32 logic cpu)
+mem(132110092 kB), cpu(32 logic cpu)
+
+jmeter machine:
+mem(65758072 kB), cpu(32 logic cpu)
\ No newline at end of file