Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,42 +84,42 @@ Here is the result of linting XMIRs:
<!-- benchmark_begin -->
```text
Input: com/sun/jna/PointerType.class (S source)
Lint time: 3s (3393 ms)
Lint time: 3s (3367 ms)

Input: com/sun/jna/Memory.class (M source)
Lint time: 5s (5406 ms)
Lint time: 5s (5236 ms)

Input: com/sun/jna/Pointer.class (L source)
Lint time: 7s (7331 ms)
Lint time: 7s (6893 ms)

Input: com/sun/jna/Structure.class (XL source)
Lint time: 11s (10818 ms)
Lint time: 10s (10173 ms)

Input: org/apache/hadoop/hdfs/server/namenode/FSNamesystem.class (XXL source)
Lint time: 38s (37705 ms)



unlint-non-existing-defect (XXL) (14577 ms)
application-without-as-attributes (XXL) (2922 ms)
unlint-non-existing-defect (XL) (2819 ms)
unlint-non-existing-defect (L) (1547 ms)
object-has-data (XXL) (1279 ms)
empty-object (XXL) (968 ms)
duplicate-names-in-diff-context (XXL) (933 ms)
redundant-object (XXL) (711 ms)
unlint-non-existing-defect (M) (597 ms)
duplicate-as-attribute (XXL) (590 ms)
incorrect-bytes-format (XXL) (578 ms)
application-without-as-attributes (XL) (576 ms)
compound-name (XXL) (545 ms)
reserved-name (XXL) (534 ms)
line-is-absent (XXL) (531 ms)
bytes-without-data (XXL) (380 ms)
Lint time: 34s (34390 ms)



unlint-non-existing-defect (XXL) (13123 ms)
application-without-as-attributes (XXL) (2781 ms)
unlint-non-existing-defect (XL) (2440 ms)
unlint-non-existing-defect (L) (1315 ms)
object-has-data (XXL) (1163 ms)
empty-object (XXL) (860 ms)
redundant-object (XXL) (710 ms)
reserved-name (XXL) (651 ms)
duplicate-as-attribute (XXL) (551 ms)
line-is-absent (XXL) (533 ms)
application-without-as-attributes (XL) (526 ms)
incorrect-bytes-format (XXL) (486 ms)
unlint-non-existing-defect (M) (485 ms)
compound-name (XXL) (459 ms)
bytes-without-data (XXL) (430 ms)
application-without-as-attributes (L) (316 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2026-06-19 at 06:19,
on 2026-06-24 at 10:06,
on Linux with 4 CPUs.
<!-- benchmark_end -->

Expand Down Expand Up @@ -152,4 +152,4 @@ just install it and make sure it's in your `PATH`

[XMIR]: https://news.eolang.org/2022-11-25-xmir-guide.html
[EO]: https://www.eolang.org
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/27808910468
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/28090827002