Skip to content

Commit d169550

Browse files
committed
docs: Add performance data to README
1 parent 6ccec69 commit d169550

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ Higher version of JVM brings enhancements in garbage colleciton, JIT, etc.
2323
+ Enhanced JIT compiler, support more intrinsics with faster implementation
2424
+ Drop-in replacement for existing JDK, easy to upgrade and rollback
2525

26+
## Performance Results
27+
28+
CVM has been throughly tested on various application scenarios, including Java Microbenchmark Harness (JMH),
29+
SPECjbb2015, Flink nexmark, etc. Compared to jdk8u372, some of the performance results are as follows:
30+
31+
| Application | Performance Improvement |
32+
| ----------- | ----------------------- |
33+
| JMH java.util all cases average | 30% |
34+
| JMH java.util.stream all cases average | 45% |
35+
| SPECjbb2015 critical-jOPS | 90% |
36+
| SPECjbb2015 max-jOPS | 5% |
37+
| Flink nexmark all queries average | 10% |
38+
2639
## Using CVM
2740

2841
### Option 1: Download and install

README_cn.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ CVM的主要特性如下:
1414
+ 性能更高的 JIT 编译器,包括更全面的intrinsic支持和高性能的实现
1515
+ 可直接替换现有 JDK8 使用,升级过程简单可控
1616

17+
## 性能数据
18+
19+
CVM已经在多种应用场景上进行功能和性能测试,包括JMH, SPECjbb2015, Flink nexmark等。与jdk8u372相比,
20+
一些性能数据如下:
21+
22+
| 应用场景 | 性能提升 |
23+
| -------- | -------- |
24+
| JMH java.util 所有case平均 | 30% |
25+
| JMH java.util.stream 所有case平均 | 45% |
26+
| SPECjbb2015 critical-jOPS | 90% |
27+
| SPECjbb2015 max-jOPS | 5% |
28+
| Flink nexmark 所有query平均 | 10% |
29+
1730
## 如何使用
1831

1932
### 选项一:下载安装

0 commit comments

Comments
 (0)