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 benchmark results #239

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
42 changes: 20 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,30 +105,28 @@ Here is the result of linting XMIRs:
<!-- benchmark_begin -->
```text
Input: com/sun/jna/Pointer.class
Size of .class: 22Kb (22Kb bytes)
Size of .xmir after disassemble: 1Mb (1Mb bytes, 29630 lines)
Lint time: 10s (10477 ms)

empty-object (2678 ms)
name-outside-of-abstract-object (222 ms)
line-is-absent (130 ms)
incorrect-bytes-format (107 ms)
unsorted-metas (103 ms)
unknown-name (84 ms)
duplicate-names (79 ms)
object-has-data (78 ms)
self-naming (60 ms)
duplicate-aliases (53 ms)
broken-alias-first (51 ms)
sparse-decoration (48 ms)
duplicate-metas (47 ms)
decorated-formation (39 ms)
unknown-rt (38 ms)
many-free-attributes (34 ms)
Lint time: 9s (9299 ms)

object-has-data (4563 ms)
name-outside-of-abstract-object (777 ms)
application-duality (537 ms)
incorrect-bytes-format (159 ms)
line-is-absent (152 ms)
alias-too-long (143 ms)
duplicate-names (94 ms)
broken-alias-first (82 ms)
same-line-names (74 ms)
decorated-formation (67 ms)
wrong-sprintf-arguments (53 ms)
many-free-attributes (39 ms)
incorrect-version (35 ms)
atom-and-base (34 ms)
rt-without-atoms (33 ms)
sparse-decoration (29 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2025-01-14 at 12:24,
on 2025-02-06 at 12:55,
on Linux with 4 CPUs.
<!-- benchmark_end -->

Expand All @@ -154,4 +152,4 @@ You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed.

[XMIR]: https://news.eolang.org/2022-11-25-xmir-guide.html
[EO]: https://www.eolang.org
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/12767558824
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/13179247204