Skip to content

Commit e0a229f

Browse files
authored
Merge pull request #231 from objectionary/benchmark
New benchmark results
2 parents 899976f + 8fd0323 commit e0a229f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -107,28 +107,28 @@ Here is the result of linting XMIRs:
107107
Input: com/sun/jna/Pointer.class
108108
Size of .class: 22Kb (22Kb bytes)
109109
Size of .xmir after disassemble: 1Mb (1Mb bytes, 29630 lines)
110-
Lint time: 10s (9532 ms)
111-
112-
name-outside-of-abstract-object (204 ms)
113-
line-is-absent (132 ms)
114-
incorrect-bytes-format (81 ms)
115-
unknown-name (72 ms)
116-
broken-alias-first (64 ms)
117-
duplicate-names (62 ms)
118-
unsorted-metas (52 ms)
119-
object-has-data (44 ms)
120-
duplicate-metas (40 ms)
121-
duplicate-aliases (38 ms)
122-
unit-test-is-not-verb (37 ms)
123-
sparse-decoration (37 ms)
124-
self-naming (36 ms)
110+
Lint time: 10s (10477 ms)
111+
112+
empty-object (2678 ms)
113+
name-outside-of-abstract-object (222 ms)
114+
line-is-absent (130 ms)
115+
incorrect-bytes-format (107 ms)
116+
unsorted-metas (103 ms)
117+
unknown-name (84 ms)
118+
duplicate-names (79 ms)
119+
object-has-data (78 ms)
120+
self-naming (60 ms)
121+
duplicate-aliases (53 ms)
122+
broken-alias-first (51 ms)
123+
sparse-decoration (48 ms)
124+
duplicate-metas (47 ms)
125+
decorated-formation (39 ms)
126+
unknown-rt (38 ms)
125127
many-free-attributes (34 ms)
126-
decorated-formation (28 ms)
127-
ascii-only (28 ms)
128128
```
129129

130130
The results were calculated in [this GHA job][benchmark-gha]
131-
on 2025-01-10 at 11:58,
131+
on 2025-01-14 at 12:24,
132132
on Linux with 4 CPUs.
133133
<!-- benchmark_end -->
134134

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

149149
[XMIR]: https://news.eolang.org/2022-11-25-xmir-guide.html
150150
[EO]: https://www.eolang.org
151-
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/12709051728
151+
[benchmark-gha]: https://github.com/objectionary/lints/actions/runs/12767558824

0 commit comments

Comments
 (0)