From 18495a1a9b347b2ad36f0d27c8bb47f55427be9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 12:52:32 +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 874c1e979..c1ae57b59 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 (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. @@ -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