Skip to content

Commit

Permalink
Merge pull request #3478 from objectionary/benchmark
Browse files Browse the repository at this point in the history
New benchmarking results
  • Loading branch information
yegor256 authored Nov 11, 2024
2 parents 09b64cd + 667421f commit 2635f56
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 40237 25.58%
add-refs.xsl 9410 5.98%
stars-to-tuples.xsl 8018 5.10%
set-locators.xsl 6015 3.82%
tests.xsl 5414 3.44%
same-line-names.xsl 4913 3.12%
rename-tests-inners.xsl 4529 2.88%
duplicate-names.xsl 4351 2.77%
resolve-aliases.xsl 2935 1.87%
classes.xsl 2766 1.76%
vars-float-up.xsl 2692 1.71%
add-probes.xsl 2611 1.66%
package.xsl 2591 1.65%
explicit-data.xsl 2507 1.59%
duplicate-aliases.xsl 2468 1.57%
broken-refs.xsl 2394 1.52%
to-java.xsl 40503 25.89%
add-refs.xsl 8979 5.74%
stars-to-tuples.xsl 8545 5.46%
set-locators.xsl 6306 4.03%
tests.xsl 5170 3.31%
same-line-names.xsl 4556 2.91%
rename-tests-inners.xsl 4452 2.85%
duplicate-names.xsl 3986 2.55%
resolve-aliases.xsl 2848 1.82%
add-default-package.xsl 2738 1.75%
package.xsl 2668 1.71%
classes.xsl 2638 1.69%
vars-float-up.xsl 2622 1.68%
explicit-data.xsl 2597 1.66%
add-probes.xsl 2552 1.63%
duplicate-aliases.xsl 2515 1.61%
```

The results were calculated in [this GHA job][benchmark-gha]
on 2024-11-08 at 14:40,
on 2024-11-10 at 17:59,
on Linux with 4 CPUs.
The total is 157303 milliseconds.
The total is 156416 milliseconds.
We show only the first 16 most expensive XSL stylesheets.

<!-- benchmark_end -->
Expand All @@ -297,4 +297,4 @@ to enhance the performance of EO components:
[![YourKit](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com)

[cargo]: https://doc.rust-lang.org/cargo/getting-started/installation.html
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/11743937310
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/11767248725

0 comments on commit 2635f56

Please sign in to comment.