@@ -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: 10s (9532 ms)
111-
112- name-outside-of-abstract-object (204 ms)
113- line-is-absent (132 ms)
114- incorrect-bytes-format (81 ms)
115- unknown-name (72 ms)
116- broken-alias-first (64 ms)
117- duplicate-names (62 ms)
118- unsorted-metas (52 ms)
119- object-has-data (44 ms)
120- duplicate-metas (40 ms)
121- duplicate-aliases (38 ms)
122- unit-test-is-not-verb (37 ms)
123- sparse-decoration (37 ms)
124- self-naming (36 ms)
110+ Lint time: 10s (10477 ms)
111+
112+ empty-object (2678 ms)
113+ name-outside-of-abstract-object (222 ms)
114+ line-is-absent (130 ms)
115+ incorrect-bytes-format (107 ms)
116+ unsorted-metas (103 ms)
117+ unknown-name (84 ms)
118+ duplicate-names (79 ms)
119+ object-has-data (78 ms)
120+ self-naming (60 ms)
121+ duplicate-aliases (53 ms)
122+ broken-alias-first (51 ms)
123+ sparse-decoration (48 ms)
124+ duplicate-metas (47 ms)
125+ decorated-formation (39 ms)
126+ unknown-rt (38 ms)
125127many-free-attributes (34 ms)
126- decorated-formation (28 ms)
127- ascii-only (28 ms)
128128```
129129
130130The results were calculated in [ this GHA job] [ benchmark-gha ]
131- on 2025-01-10 at 11:58 ,
131+ on 2025-01-14 at 12:24 ,
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/12709051728
151+ [ benchmark-gha ] : https://github.com/objectionary/lints/actions/runs/12767558824
0 commit comments