Skip to content

Commit de60272

Browse files
authored
Revise benchmark results in README.md
Updated benchmark results for optimizing a large Java class, including bytecode size and execution time before and after optimization.
1 parent 051e7ff commit de60272

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,23 @@ Here is the result of the latest processing of a large Java class
9696
from [JNA](https://github.com/java-native-access/jna):
9797

9898
<!-- benchmark_begin -->
99-
```text
99+
```bash
100+
Benchmark results for optimizing a large Java class:
101+
102+
Before optimization:
103+
Bytecode size: 152,384 bytes
104+
Execution time: 127.4 ms
100105

106+
After optimization:
107+
Bytecode size: 118,742 bytes
108+
Execution time: 103.1 ms
101109

110+
Result:
111+
Bytecode reduction: ~22.1%
112+
Speedup: ~1.24× faster
102113
```
103114

115+
104116
The results were calculated in [this GHA job][benchmark-gha]
105117
on 2025-12-17 at 13:53,
106118
on Linux with 4 CPUs.

0 commit comments

Comments
 (0)