Skip to content

Commit 1cb8ede

Browse files
authored
Merge pull request #4465 from objectionary/benchmark
New benchmarking results
2 parents e15efc3 + 42b8ea0 commit 1cb8ede

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -221,21 +221,21 @@ This is how many milliseconds were spent on different XSL stylesheets
221221
<!-- benchmark_begin -->
222222

223223
```text
224-
to-java.xsl 78929 41.08%
225-
classes.xsl 60946 31.72%
226-
set-locators.xsl 14251 7.42%
227-
set-original-names.xsl 9729 5.06%
228-
attrs.xsl 7444 3.87%
229-
data.xsl 6765 3.52%
230-
package.xsl 4721 2.46%
231-
anonymous-to-nested.xsl 4702 2.45%
232-
tests.xsl 4639 2.41%
224+
to-java.xsl 56052 33.71%
225+
classes.xsl 52829 31.77%
226+
set-locators.xsl 14186 8.53%
227+
set-original-names.xsl 10069 6.06%
228+
attrs.xsl 8736 5.25%
229+
data.xsl 7800 4.69%
230+
package.xsl 5799 3.49%
231+
anonymous-to-nested.xsl 5546 3.34%
232+
tests.xsl 5270 3.17%
233233
```
234234

235235
The results were calculated in [this GHA job][benchmark-gha]
236-
on 2025-08-21 at 17:15,
236+
on 2026-04-21 at 06:36,
237237
on Linux with 4 CPUs.
238-
The total is 192126 milliseconds.
238+
The total is 166287 milliseconds.
239239
We show only the first 16 most expensive XSL stylesheets.
240240

241241
<!-- benchmark_end -->
@@ -282,7 +282,7 @@ to enhance the performance of EO components:
282282
[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)
283283

284284
[abstract objects]: https://www.yegor256.com/2020/12/01/abstract-objects.html
285-
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/17133812805
285+
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/24707667999
286286
[C#]: https://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29
287287
[C++]: https://en.wikipedia.org/wiki/C%2B%2B
288288
[composable decorators]: https://www.yegor256.com/2015/02/26/composable-decorators.html

0 commit comments

Comments
 (0)