We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051e7ff commit de60272Copy full SHA for de60272
README.md
@@ -96,11 +96,23 @@ Here is the result of the latest processing of a large Java class
96
from [JNA](https://github.com/java-native-access/jna):
97
98
<!-- benchmark_begin -->
99
-```text
+```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
105
106
+After optimization:
107
+ Bytecode size: 118,742 bytes
108
+ Execution time: 103.1 ms
109
110
+Result:
111
+ Bytecode reduction: ~22.1%
112
+ Speedup: ~1.24× faster
113
```
114
115
116
The results were calculated in [this GHA job][benchmark-gha]
117
on 2025-12-17 at 13:53,
118
on Linux with 4 CPUs.
0 commit comments