diff --git a/README.md b/README.md index ed0f41dd..48777fed 100644 --- a/README.md +++ b/README.md @@ -105,30 +105,28 @@ Here is the result of linting XMIRs: ```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. @@ -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