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 (5442 ms)

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

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

Input: com/sun/jna/Structure.class (XL source)
Lint time: 7s (7342 ms)
Lint time: 13s (12754 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: 41s (41041 ms)



unlint-non-existing-defect (XXL) (15746 ms)
unlint-non-existing-defect (XL) (3752 ms)
application-without-as-attributes (XXL) (3588 ms)
unlint-non-existing-defect (L) (2548 ms)
unlint-non-existing-defect (M) (1669 ms)
object-has-data (XXL) (1405 ms)
unlint-non-existing-defect (S) (1151 ms)
empty-object (XXL) (1081 ms)
duplicate-names-in-diff-context (XXL) (831 ms)
redundant-object (XXL) (829 ms)
compound-name (XXL) (727 ms)
application-without-as-attributes (XL) (705 ms)
duplicate-as-attribute (XXL) (637 ms)
reserved-name (XXL) (626 ms)
incorrect-bytes-format (XXL) (573 ms)
bytes-without-data (XXL) (442 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2025-05-05 at 14:53,
on 2026-03-31 at 06:44,
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/23784109212