Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New benchmarking results #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ from [JNA](https://github.com/java-native-access/jna):
```text
Input: com/sun/jna/Pointer.class
Size of .class: 22Kb (22Kb bytes)
Size of .xmir after disassemble: 2Mb (2Mb bytes, 37641 lines)
Size of .phi: 2Mb (2Mb bytes, 52462 lines)
Size of .xmir after unphi: 7Mb (7Mb bytes, 189330 lines)
Optimization time: 3min (153311 ms)

jeo-maven-plugin:unroll-phi 80.017 53.26%
eo-maven-plugin:xmir-to-phi 51.476 34.26%
eo-maven-plugin:phi-to-xmir 14.468 9.63%
jeo-maven-plugin:disassemble 2.53 1.68%
exec-maven-plugin:exec 1.101 0.73%
jeo-maven-plugin:assemble 0.647 0.43%
Size of .xmir after disassemble: 1Mb (1Mb bytes, 29635 lines)
Size of .phi: 2Mb (2Mb bytes, 40179 lines)
Size of .xmir after unphi: 5Mb (5Mb bytes, 152816 lines)
Optimization time: 2min (126728 ms)

jeo-maven-plugin:unroll-phi 63.291 51.03%
eo-maven-plugin:xmir-to-phi 41.553 33.50%
eo-maven-plugin:phi-to-xmir 12.585 10.15%
jeo-maven-plugin:assemble 2.848 2.30%
jeo-maven-plugin:disassemble 2.688 2.17%
exec-maven-plugin:exec 1.068 0.86%
```

The results were calculated in [this GHA job][benchmark-gha]
on 2024-11-20 at 12:46,
on 2024-11-30 at 06:11,
on Linux with 4 CPUs.
<!-- benchmark_end -->

Expand Down Expand Up @@ -143,7 +143,7 @@ The versions of [EO](https://github.com/objectionary/eo) and
[JEO](https://github.com/objectionary/jeo-maven-plugin),
that we use, are defined in the `in-docker-pom.xml` file.

[benchmark-gha]: https://github.com/objectionary/hone-maven-plugin/actions/runs/11933394049
[benchmark-gha]: https://github.com/objectionary/hone-maven-plugin/actions/runs/12094040636
[bytecode]: https://en.wikipedia.org/wiki/Java_bytecode
[guidelines]: https://www.yegor256.com/2014/04/15/github-guidelines.html
[self-benchmark-gha]: https://github.com/objectionary/hone-maven-plugin/actions/runs/11933394045