From e081e387fc96fbf3ad5962f5b06edc72891bdc2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:06:44 +0000 Subject: [PATCH] New benchmark results --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 1cb5c91e5..5ce8049bf 100644 --- a/README.md +++ b/README.md @@ -84,42 +84,42 @@ Here is the result of linting XMIRs: ```text Input: com/sun/jna/PointerType.class (S source) -Lint time: 3s (3393 ms) +Lint time: 3s (3367 ms) Input: com/sun/jna/Memory.class (M source) -Lint time: 5s (5406 ms) +Lint time: 5s (5236 ms) Input: com/sun/jna/Pointer.class (L source) -Lint time: 7s (7331 ms) +Lint time: 7s (6893 ms) Input: com/sun/jna/Structure.class (XL source) -Lint time: 11s (10818 ms) +Lint time: 10s (10173 ms) Input: org/apache/hadoop/hdfs/server/namenode/FSNamesystem.class (XXL source) -Lint time: 38s (37705 ms) - - - -unlint-non-existing-defect (XXL) (14577 ms) -application-without-as-attributes (XXL) (2922 ms) -unlint-non-existing-defect (XL) (2819 ms) -unlint-non-existing-defect (L) (1547 ms) -object-has-data (XXL) (1279 ms) -empty-object (XXL) (968 ms) -duplicate-names-in-diff-context (XXL) (933 ms) -redundant-object (XXL) (711 ms) -unlint-non-existing-defect (M) (597 ms) -duplicate-as-attribute (XXL) (590 ms) -incorrect-bytes-format (XXL) (578 ms) -application-without-as-attributes (XL) (576 ms) -compound-name (XXL) (545 ms) -reserved-name (XXL) (534 ms) -line-is-absent (XXL) (531 ms) -bytes-without-data (XXL) (380 ms) +Lint time: 34s (34390 ms) + + + +unlint-non-existing-defect (XXL) (13123 ms) +application-without-as-attributes (XXL) (2781 ms) +unlint-non-existing-defect (XL) (2440 ms) +unlint-non-existing-defect (L) (1315 ms) +object-has-data (XXL) (1163 ms) +empty-object (XXL) (860 ms) +redundant-object (XXL) (710 ms) +reserved-name (XXL) (651 ms) +duplicate-as-attribute (XXL) (551 ms) +line-is-absent (XXL) (533 ms) +application-without-as-attributes (XL) (526 ms) +incorrect-bytes-format (XXL) (486 ms) +unlint-non-existing-defect (M) (485 ms) +compound-name (XXL) (459 ms) +bytes-without-data (XXL) (430 ms) +application-without-as-attributes (L) (316 ms) ``` The results were calculated in [this GHA job][benchmark-gha] -on 2026-06-19 at 06:19, +on 2026-06-24 at 10:06, on Linux with 4 CPUs. @@ -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/27808910468 +[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/28090827002