Skip to content
Open
Show file tree
Hide file tree
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 @@ -85,42 +85,42 @@ Here is the result of linting XMIRs:
<!-- benchmark_begin -->
```text
Input: com/sun/jna/PointerType.class (S source)
Lint time: 10s (10054 ms)
Lint time: 11s (10995 ms)

Input: com/sun/jna/Memory.class (M source)
Lint time: 7s (7167 ms)
Lint time: 7s (6901 ms)

Input: com/sun/jna/Pointer.class (L source)
Lint time: 9s (8715 ms)
Lint time: 7s (7379 ms)

Input: com/sun/jna/Structure.class (XL source)
Lint time: 11s (10952 ms)
Lint time: 11s (11378 ms)

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



unlint-non-existing-defect (XXL) (14513 ms)
application-without-as-attributes (XXL) (3157 ms)
unlint-non-existing-defect (XL) (2790 ms)
unlint-non-existing-defect (L) (1559 ms)
object-has-data (XXL) (1413 ms)
unlint-non-existing-defect (M) (1256 ms)
empty-object (XXL) (1065 ms)
duplicate-as-attribute (XXL) (797 ms)
redundant-object (XXL) (686 ms)
reserved-name (XXL) (611 ms)
application-without-as-attributes (XL) (597 ms)
line-is-absent (XXL) (569 ms)
incorrect-bytes-format (XXL) (548 ms)
application-without-as-attributes (M) (507 ms)
compound-name (XXL) (469 ms)
bytes-without-data (XXL) (376 ms)
Lint time: 39s (38748 ms)



unlint-non-existing-defect (XXL) (15091 ms)
application-without-as-attributes (XXL) (2989 ms)
unlint-non-existing-defect (XL) (2967 ms)
unlint-non-existing-defect (L) (1491 ms)
duplicate-as-attribute (XXL) (1356 ms)
object-has-data (XXL) (1328 ms)
empty-object (XXL) (974 ms)
unlint-non-existing-defect (M) (972 ms)
redundant-object (XXL) (749 ms)
line-is-absent (XXL) (702 ms)
application-without-as-attributes (XL) (601 ms)
reserved-name (XXL) (588 ms)
compound-name (XXL) (527 ms)
incorrect-bytes-format (XXL) (482 ms)
application-without-as-attributes (M) (466 ms)
duplicate-as-attribute (XL) (377 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2026-07-30 at 05:24,
on 2026-08-16 at 13:01,
on Linux with 4 CPUs.
<!-- benchmark_end -->

Expand Down Expand Up @@ -153,4 +153,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/30516431954
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/31948577391
Loading