Skip to content

Commit

Permalink
new benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 authored and github-actions[bot] committed Jan 21, 2025
1 parent 4476249 commit 263a179
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,28 +107,28 @@ Here is the result of linting XMIRs:
Input: com/sun/jna/Pointer.class
Size of .class: 22Kb (22Kb bytes)
Size of .xmir after disassemble: 1Mb (1Mb bytes, 29630 lines)
Lint time: 10s (10477 ms)
empty-object (2678 ms)
name-outside-of-abstract-object (222 ms)
line-is-absent (130 ms)
incorrect-bytes-format (107 ms)
unsorted-metas (103 ms)
unknown-name (84 ms)
duplicate-names (79 ms)
object-has-data (78 ms)
self-naming (60 ms)
duplicate-aliases (53 ms)
Lint time: 12s (12224 ms)
empty-object (1837 ms)
unit-test-is-not-verb (567 ms)
name-outside-of-abstract-object (210 ms)
incorrect-bytes-format (113 ms)
line-is-absent (89 ms)
wrong-sprintf-arguments (60 ms)
application-duality (57 ms)
unsorted-metas (54 ms)
unknown-name (54 ms)
broken-alias-first (51 ms)
sparse-decoration (48 ms)
duplicate-metas (47 ms)
decorated-formation (39 ms)
unknown-rt (38 ms)
many-free-attributes (34 ms)
object-has-data (50 ms)
duplicate-names (50 ms)
self-naming (46 ms)
many-free-attributes (41 ms)
duplicate-aliases (41 ms)
atom-without-rt (36 ms)
```

The results were calculated in [this GHA job][benchmark-gha]
on 2025-01-14 at 12:24,
on 2025-01-21 at 12:12,
on Linux with 4 CPUs.
<!-- benchmark_end -->

Expand All @@ -148,4 +148,4 @@ You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed.

[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/12767558824
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/12886652813

0 comments on commit 263a179

Please sign in to comment.