Skip to content

Commit 2b882aa

Browse files
New benchmark results
1 parent 5f4b45f commit 2b882aa

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -105,42 +105,42 @@ Here is the result of linting XMIRs:
105105
<!-- benchmark_begin -->
106106
```text
107107
Input: com/sun/jna/PointerType.class (S source)
108-
Lint time: 4s (4446 ms)
108+
Lint time: 5s (4978 ms)
109109
110110
Input: com/sun/jna/Memory.class (M source)
111-
Lint time: 5s (4951 ms)
111+
Lint time: 6s (5886 ms)
112112
113113
Input: com/sun/jna/Pointer.class (L source)
114-
Lint time: 6s (6035 ms)
114+
Lint time: 8s (7656 ms)
115115
116116
Input: com/sun/jna/Structure.class (XL source)
117-
Lint time: 7s (7342 ms)
117+
Lint time: 10s (10234 ms)
118118
119119
Input: org/apache/hadoop/hdfs/server/namenode/FSNamesystem.class (XXL source)
120-
Lint time: 20s (20040 ms)
121-
122-
123-
124-
unlint-non-existing-defect (XXL) (9925 ms)
125-
unlint-non-existing-defect (XL) (3628 ms)
126-
unlint-non-existing-defect (L) (2983 ms)
127-
unlint-non-existing-defect (M) (2435 ms)
128-
unlint-non-existing-defect (S) (2194 ms)
129-
application-duality (XXL) (1555 ms)
130-
object-has-data (XXL) (1273 ms)
131-
named-object-abstract-nested (XXL) (980 ms)
132-
name-outside-of-abstract-object (XXL) (805 ms)
133-
incorrect-bytes-format (XXL) (418 ms)
134-
line-is-absent (XXL) (354 ms)
135-
application-duality (XL) (313 ms)
136-
bytes-without-data (XXL) (276 ms)
137-
duplicate-names (XXL) (268 ms)
138-
object-has-data (XL) (263 ms)
139-
named-object-abstract-nested (XL) (197 ms)
120+
Lint time: 34s (33783 ms)
121+
122+
123+
124+
unlint-non-existing-defect (XXL) (16830 ms)
125+
unlint-non-existing-defect (XL) (5038 ms)
126+
unlint-non-existing-defect (L) (3768 ms)
127+
application-without-as-attributes (XXL) (3395 ms)
128+
unlint-non-existing-defect (M) (2875 ms)
129+
unlint-non-existing-defect (S) (2413 ms)
130+
object-has-data (XXL) (1429 ms)
131+
empty-object (XXL) (1091 ms)
132+
redundant-object (XXL) (904 ms)
133+
duplicate-names-in-diff-context (XXL) (780 ms)
134+
compound-name (XXL) (667 ms)
135+
application-without-as-attributes (XL) (645 ms)
136+
duplicate-as-attribute (XXL) (613 ms)
137+
reserved-name (XXL) (591 ms)
138+
incorrect-bytes-format (XXL) (512 ms)
139+
line-is-absent (XXL) (426 ms)
140140
```
141141

142142
The results were calculated in [this GHA job][benchmark-gha]
143-
on 2025-05-05 at 14:53,
143+
on 2025-12-28 at 13:31,
144144
on Linux with 4 CPUs.
145145
<!-- benchmark_end -->
146146

@@ -173,4 +173,4 @@ just install it and make sure it's in your `PATH`
173173

174174
[XMIR]: https://news.eolang.org/2022-11-25-xmir-guide.html
175175
[EO]: https://www.eolang.org
176-
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/14839302036
176+
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/20554261358

0 commit comments

Comments
 (0)