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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new e070387  add JDK 8 data (#128)
e070387 is described below

commit e0703876e1f89fe48d74355a52daf0ded03119fe
Author: liubao68 <[email protected]>
AuthorDate: Fri Nov 17 11:08:58 2023 +0800

    add JDK 8 data (#128)
---
 java-chassis-benchmark/README.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/java-chassis-benchmark/README.md b/java-chassis-benchmark/README.md
index bac3b8e..dd0dcc9 100644
--- a/java-chassis-benchmark/README.md
+++ b/java-chassis-benchmark/README.md
@@ -31,3 +31,28 @@
 | 1.3.11 | 1    | 100  | 10  | 1000 | 107746 | 107  |
 | 1.3.11 | 100  | 100  | 10  | 1000 | 111357 | 110  |
 | 1.3.11 | 1000 | 100  | 10  | 1000 | 138234 | 137  |
+
+* JDK 8
+
+>>> Access Log not enabled
+
+| 版本     | 数据单位 | 等待时间 | 线程数 | 执行次数 | 执行时间   | 平均时延 |
+|--------|------|------|-----|------|--------|------|
+| 2.8.12 | 1    | 0    | 10  | 1000 | 6016   | 5    |
+| 2.8.12 | 100  | 0    | 10  | 1000 | 12346  | 12   |
+| 2.8.12 | 1000 | 0    | 10  | 1000 | 64255  | 62   |
+| 2.8.12 | 1    | 10   | 10  | 1000 | 26417  | 26   |
+| 2.8.12 | 100  | 10   | 10  | 1000 | 34160  | 34   |
+| 2.8.12 | 1000 | 10   | 10  | 1000 | 59806  | 58   |
+| 2.8.12 | 1    | 100  | 10  | 1000 | 109415 | 109  |
+| 2.8.12 | 100  | 100  | 10  | 1000 | 119067 | 118  |
+| 2.8.12 | 1000 | 100  | 10  | 1000 | 148066 | 146  |
+| 1.3.11 | 1    | 0    | 10  | 1000 | 5055   | 4    |
+| 1.3.11 | 100  | 0    | 10  | 1000 | 10263  | 9    |
+| 1.3.11 | 1000 | 0    | 10  | 1000 | 54754  | 53   |
+| 1.3.11 | 1    | 10   | 10  | 1000 | 22723  | 22   |
+| 1.3.11 | 100  | 10   | 10  | 1000 | 30644  | 30   |
+| 1.3.11 | 1000 | 10   | 10  | 1000 | 52935  | 51   |
+| 1.3.11 | 1    | 100  | 10  | 1000 | 108850 | 108  |
+| 1.3.11 | 100  | 100  | 10  | 1000 | 115176 | 110  |
+| 1.3.11 | 1000 | 100  | 10  | 1000 | 154602 | 153  |

Reply via email to