@@ -107,28 +107,28 @@ Here is the result of linting XMIRs:
107107Input: com/sun/jna/Pointer.class
108108Size of .class: 22Kb (22Kb bytes)
109109Size of .xmir after disassemble: 1Mb (1Mb bytes, 29630 lines)
110- Lint time: 9s (9329 ms)
111-
112- name-outside-of-abstract-object (206 ms)
113- incorrect-bytes-format (98 ms)
114- line-is-absent (70 ms)
115- unknown-name (52 ms)
116- duplicate-names (51 ms)
117- self-naming (43 ms)
118- unsorted-metas (42 ms)
119- noname-attribute (41 ms)
120- broken-alias-first (39 ms)
121- sparse-decoration (38 ms)
122- object-has-data (37 ms)
123- same-line-names (33 ms)
124- unit-test-is-not-verb (32 ms)
125- atom-without-rt (29 ms)
126- rt-without-atoms (27 ms)
127- duplicate-aliases (27 ms)
110+ Lint time: 10s (9596 ms)
111+
112+ name-outside-of-abstract-object (492 ms)
113+ line-is-absent (87 ms)
114+ incorrect-bytes-format (86 ms)
115+ unsorted-metas (54 ms)
116+ object-has-data (53 ms)
117+ duplicate-names (53 ms)
118+ unit-test-is-not-verb (51 ms)
119+ unknown-name (50 ms)
120+ duplicate-aliases (43 ms)
121+ broken-alias-first (41 ms)
122+ sparse-decoration (40 ms)
123+ duplicate-metas (34 ms)
124+ self-naming (33 ms)
125+ object-line-out-of-listing (33 ms)
126+ atom-in-atom (29 ms)
127+ broken-ref (26 ms)
128128```
129129
130130The results were calculated in [ this GHA job] [ benchmark-gha ]
131- on 2025-01-09 at 13:59 ,
131+ on 2025-01-09 at 14:16 ,
132132on Linux with 4 CPUs.
133133<!-- benchmark_end -->
134134
@@ -148,4 +148,4 @@ You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed.
148148
149149[ XMIR ] : https://news.eolang.org/2022-11-25-xmir-guide.html
150150[ EO ] : https://www.eolang.org
151- [ benchmark-gha ] : https://github.com/objectionary/lints/actions/runs/12691370684
151+ [ benchmark-gha ] : https://github.com/objectionary/lints/actions/runs/12691696572
0 commit comments