Skip to content

Commit

Permalink
Merge pull request #3533 from objectionary/benchmark
Browse files Browse the repository at this point in the history
New benchmarking results
  • Loading branch information
yegor256 authored Nov 24, 2024
2 parents 5cae432 + af4486f commit 56abdb7
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 @@ -249,28 +249,28 @@ the `eo-runtime` module:
<!-- benchmark_begin -->

```text
to-java.xsl 42013 36.79%
add-refs.xsl 10810 9.47%
stars-to-tuples.xsl 9885 8.66%
set-locators.xsl 6480 5.67%
tests.xsl 5153 4.51%
rename-tests-inners.xsl 4893 4.28%
add-probes.xsl 3058 2.68%
resolve-aliases.xsl 2912 2.55%
vars-float-up.xsl 2851 2.50%
package.xsl 2837 2.48%
classes.xsl 2776 2.43%
explicit-data.xsl 2740 2.40%
add-default-package.xsl 2672 2.34%
cti-adds-errors.xsl 2432 2.13%
expand-qqs.xsl 2140 1.87%
wrap-method-calls.xsl 2010 1.76%
to-java.xsl 43527 37.64%
add-refs.xsl 10552 9.13%
stars-to-tuples.xsl 9446 8.17%
set-locators.xsl 6965 6.02%
tests.xsl 5500 4.76%
rename-tests-inners.xsl 4805 4.16%
resolve-aliases.xsl 3109 2.69%
explicit-data.xsl 2861 2.47%
add-probes.xsl 2824 2.44%
vars-float-up.xsl 2788 2.41%
package.xsl 2785 2.41%
classes.xsl 2768 2.39%
add-default-package.xsl 2689 2.33%
cti-adds-errors.xsl 2409 2.08%
wrap-method-calls.xsl 2074 1.79%
const-to-dataized.xsl 2052 1.77%
```

The results were calculated in [this GHA job][benchmark-gha]
on 2024-11-23 at 18:19,
on 2024-11-24 at 12:06,
on Linux with 4 CPUs.
The total is 114192 milliseconds.
The total is 115637 milliseconds.
We show only the first 16 most expensive XSL stylesheets.

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

[cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html

[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/11989295138
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/11995879952

0 comments on commit 56abdb7

Please sign in to comment.