diff --git a/README.md b/README.md index ca6d86ec5..df2530802 100644 --- a/README.md +++ b/README.md @@ -105,42 +105,42 @@ Here is the result of linting XMIRs: ```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. @@ -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