Skip to content

Commit 50368ce

Browse files
New benchmark results
1 parent b5b3f67 commit 50368ce

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 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 (4625 ms)
109109
110110
Input: com/sun/jna/Memory.class (M source)
111-
Lint time: 5s (4951 ms)
111+
Lint time: 6s (6051 ms)
112112
113113
Input: com/sun/jna/Pointer.class (L source)
114-
Lint time: 6s (6035 ms)
114+
Lint time: 11s (10855 ms)
115115
116116
Input: com/sun/jna/Structure.class (XL source)
117-
Lint time: 7s (7342 ms)
117+
Lint time: 18s (18482 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)
120+
Lint time: 5min (293325 ms)
121+
122+
123+
124+
unlint-non-existing-defect (XXL) (146641 ms)
125+
duplicate-names-in-diff-context (XXL) (136409 ms)
126+
unlint-non-existing-defect (XL) (8892 ms)
127+
duplicate-names-in-diff-context (XL) (5820 ms)
128+
unlint-non-existing-defect (L) (5297 ms)
129+
unlint-non-existing-defect (M) (2987 ms)
130+
duplicate-names-in-diff-context (L) (2450 ms)
131+
unlint-non-existing-defect (S) (2272 ms)
132+
application-duality (XXL) (1581 ms)
133+
object-has-data (XXL) (1324 ms)
134+
named-object-abstract-nested (XXL) (983 ms)
135+
name-outside-of-abstract-object (XXL) (815 ms)
136+
duplicate-names-in-diff-context (M) (463 ms)
137+
incorrect-bytes-format (XXL) (412 ms)
138+
line-is-absent (XXL) (353 ms)
135139
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)
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-07 at 15:01,
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/14886386256

0 commit comments

Comments
 (0)