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 @@ -105,42 +105,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 (5110 ms)

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

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

Input: com/sun/jna/Structure.class (XL source)
Lint time: 7s (7342 ms)
Lint time: 10s (10148 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: 34s (33582 ms)



unlint-non-existing-defect (XXL) (16565 ms)
unlint-non-existing-defect (XL) (4984 ms)
unlint-non-existing-defect (L) (3797 ms)
application-without-as-attributes (XXL) (3446 ms)
unlint-non-existing-defect (M) (2913 ms)
unlint-non-existing-defect (S) (2444 ms)
object-has-data (XXL) (1476 ms)
empty-object (XXL) (1157 ms)
duplicate-names-in-diff-context (XXL) (801 ms)
redundant-object (XXL) (698 ms)
reserved-name (XXL) (631 ms)
application-without-as-attributes (XL) (612 ms)
duplicate-as-attribute (XXL) (601 ms)
incorrect-bytes-format (XXL) (529 ms)
compound-name (XXL) (510 ms)
line-is-absent (XXL) (430 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2025-05-05 at 14:53,
on 2026-01-04 at 12:52,
on Linux with 4 CPUs.
<!-- benchmark_end -->

Expand Down Expand Up @@ -173,4 +173,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/20693144219