Skip to content

Commit

Permalink
Merge pull request #3552 from objectionary/benchmark
Browse files Browse the repository at this point in the history
New benchmarking results
  • Loading branch information
yegor256 authored Dec 1, 2024
2 parents d7a9b2c + b9046e3 commit 1d492bc
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 @@ -253,28 +253,28 @@ the `eo-runtime` module:
<!-- benchmark_begin -->

```text
to-java.xsl 41011 34.79%
add-refs.xsl 11386 9.66%
stars-to-tuples.xsl 8669 7.35%
set-locators.xsl 7047 5.98%
tests.xsl 5408 4.59%
rename-tests-inners.xsl 4647 3.94%
resolve-aliases.xsl 3456 2.93%
add-probes.xsl 3292 2.79%
vars-float-up.xsl 3231 2.74%
package.xsl 3166 2.69%
explicit-data.xsl 3135 2.66%
add-default-package.xsl 3128 2.65%
cti-adds-errors.xsl 2849 2.42%
classes.xsl 2790 2.37%
const-to-dataized.xsl 2688 2.28%
expand-qqs.xsl 2402 2.04%
to-java.xsl 42484 35.29%
add-refs.xsl 12010 9.98%
stars-to-tuples.xsl 9135 7.59%
set-locators.xsl 7742 6.43%
tests.xsl 5462 4.54%
rename-tests-inners.xsl 4707 3.91%
add-probes.xsl 3321 2.76%
explicit-data.xsl 3231 2.68%
add-default-package.xsl 3225 2.68%
cti-adds-errors.xsl 3201 2.66%
package.xsl 3161 2.63%
resolve-aliases.xsl 3148 2.61%
vars-float-up.xsl 3034 2.52%
classes.xsl 2619 2.18%
wrap-method-calls.xsl 2433 2.02%
const-to-dataized.xsl 2406 2.00%
```

The results were calculated in [this GHA job][benchmark-gha]
on 2024-11-26 at 12:21,
on 2024-12-01 at 06:05,
on Linux with 4 CPUs.
The total is 117897 milliseconds.
The total is 120390 milliseconds.
We show only the first 16 most expensive XSL stylesheets.

<!-- benchmark_end -->
Expand Down Expand Up @@ -317,4 +317,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/12030199693
[benchmark-gha]: https://github.com/objectionary/eo/actions/runs/12102775080

0 comments on commit 1d492bc

Please sign in to comment.