Skip to content

Commit 322bcc5

Browse files
New benchmark results
1 parent 379028b commit 322bcc5

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 (4713 ms)
109109
110110
Input: com/sun/jna/Memory.class (M source)
111-
Lint time: 5s (4951 ms)
111+
Lint time: 6s (6183 ms)
112112
113113
Input: com/sun/jna/Pointer.class (L source)
114-
Lint time: 6s (6035 ms)
114+
Lint time: 11s (11140 ms)
115115
116116
Input: com/sun/jna/Structure.class (XL source)
117-
Lint time: 7s (7342 ms)
117+
Lint time: 23s (22525 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: 5min (300308 ms)
121+
122+
123+
124+
unlint-non-existing-defect (XXL) (149156 ms)
125+
duplicate-names-in-diff-context (XXL) (141039 ms)
126+
unlint-non-existing-defect (XL) (9820 ms)
127+
duplicate-names-in-diff-context (XL) (8834 ms)
128+
unlint-non-existing-defect (L) (5459 ms)
129+
unlint-non-existing-defect (M) (3056 ms)
130+
duplicate-names-in-diff-context (L) (2561 ms)
131+
unlint-non-existing-defect (S) (2321 ms)
132+
application-duality (XXL) (1613 ms)
133+
object-has-data (XXL) (1223 ms)
134+
named-object-abstract-nested (XXL) (964 ms)
135+
name-outside-of-abstract-object (XXL) (793 ms)
136+
duplicate-names-in-diff-context (M) (516 ms)
137+
incorrect-bytes-format (XXL) (403 ms)
138+
line-is-absent (XXL) (355 ms)
139+
application-duality (XL) (306 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-05-08 at 08:46,
144144
on Linux with 4 CPUs.
145145
<!-- benchmark_end -->
146146

@@ -170,4 +170,4 @@ If you want the code to be checked using
170170

171171
[XMIR]: https://news.eolang.org/2022-11-25-xmir-guide.html
172172
[EO]: https://www.eolang.org
173-
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/14839302036
173+
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/14902205809

0 commit comments

Comments
 (0)