Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New benchmarking results #3737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,28 +262,28 @@ the `eo-runtime` module:
<!-- benchmark_begin -->

```text
to-java.xsl 68264 32.87%
add-refs.xsl 24448 11.77%
set-locators.xsl 12970 6.25%
tests.xsl 10989 5.29%
rename-tests-inners.xsl 9114 4.39%
add-probes.xsl 6215 2.99%
resolve-aliases.xsl 5968 2.87%
vars-float-up.xsl 5879 2.83%
classes.xsl 5856 2.82%
add-default-package.xsl 5548 2.67%
explicit-data.xsl 5511 2.65%
package.xsl 5313 2.56%
cti-adds-errors.xsl 5106 2.46%
expand-qqs.xsl 4279 2.06%
clean-up.xsl 4133 1.99%
atoms-with-bound-attrs.xsl 4106 1.98%
to-java.xsl 32711 21.18%
classes.xsl 14599 9.45%
set-locators.xsl 12192 7.89%
build-fqns.xsl 10560 6.84%
package.xsl 6433 4.16%
resolve-aliases.xsl 6061 3.92%
add-probes.xsl 5769 3.74%
attrs.xsl 5434 3.52%
explicit-data.xsl 5362 3.47%
vars-float-up.xsl 5081 3.29%
add-default-package.xsl 5069 3.28%
data.xsl 5059 3.28%
cti-adds-errors.xsl 4910 3.18%
tests.xsl 4740 3.07%
anonymous-to-nested.xsl 4471 2.89%
expand-qqs.xsl 4244 2.75%
```

The results were calculated in [this GHA job][benchmark-gha]
on 2024-12-23 at 05:07,
on 2025-01-19 at 06:05,
on Linux with 4 CPUs.
The total is 207665 milliseconds.
The total is 154457 milliseconds.
We show only the first 16 most expensive XSL stylesheets.

<!-- benchmark_end -->
Expand Down Expand Up @@ -324,4 +324,4 @@ to enhance the performance of EO components:

[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)

[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/12461404086
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/12850890004