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: 4s (4446 ms)
Lint time: 5s (5235 ms)

Input: com/sun/jna/Memory.class (M source)
Lint time: 5s (4951 ms)
Lint time: 7s (7083 ms)

Input: com/sun/jna/Pointer.class (L source)
Lint time: 6s (6035 ms)
Lint time: 9s (8727 ms)

Input: com/sun/jna/Structure.class (XL source)
Lint time: 7s (7342 ms)
Lint time: 12s (11965 ms)

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



unlint-non-existing-defect (XXL) (9925 ms)
unlint-non-existing-defect (XL) (3628 ms)
unlint-non-existing-defect (L) (2983 ms)
unlint-non-existing-defect (M) (2435 ms)
unlint-non-existing-defect (S) (2194 ms)
application-duality (XXL) (1555 ms)
object-has-data (XXL) (1273 ms)
named-object-abstract-nested (XXL) (980 ms)
name-outside-of-abstract-object (XXL) (805 ms)
incorrect-bytes-format (XXL) (418 ms)
line-is-absent (XXL) (354 ms)
application-duality (XL) (313 ms)
bytes-without-data (XXL) (276 ms)
duplicate-names (XXL) (268 ms)
object-has-data (XL) (263 ms)
named-object-abstract-nested (XL) (197 ms)
Lint time: 37s (36518 ms)



unlint-non-existing-defect (XXL) (13866 ms)
unlint-non-existing-defect (XL) (3385 ms)
application-without-as-attributes (XXL) (3062 ms)
unlint-non-existing-defect (L) (2269 ms)
unlint-non-existing-defect (M) (1453 ms)
object-has-data (XXL) (1295 ms)
unlint-non-existing-defect (S) (1036 ms)
empty-object (XXL) (899 ms)
redundant-object (XXL) (793 ms)
duplicate-names-in-diff-context (XXL) (785 ms)
duplicate-as-attribute (XXL) (741 ms)
application-without-as-attributes (XL) (581 ms)
reserved-name (XXL) (560 ms)
incorrect-bytes-format (XXL) (478 ms)
compound-name (XXL) (476 ms)
line-is-absent (XXL) (387 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2025-05-05 at 14:53,
on 2026-05-08 at 04:43,
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/14839302036
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/25537110402