From 676946a0997cf55705b4bea88cad897d2a6da52f Mon Sep 17 00:00:00 2001 From: ArtemGet <65287006+ArtemGet@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:02:11 +0000 Subject: [PATCH] new benchmark results --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2bf446e6a03..35f75ffab2d 100644 --- a/README.md +++ b/README.md @@ -262,28 +262,28 @@ the `eo-runtime` module: ```text -to-java.xsl 32861 23.09% -classes.xsl 15303 10.75% -set-locators.xsl 12365 8.69% -build-fqns.xsl 10813 7.60% -package.xsl 6737 4.73% -resolve-aliases.xsl 6107 4.29% -add-probes.xsl 5795 4.07% -explicit-data.xsl 5668 3.98% -attrs.xsl 5559 3.91% -data.xsl 5410 3.80% -vars-float-up.xsl 5273 3.71% -add-default-package.xsl 4874 3.42% -cti-adds-errors.xsl 4839 3.40% -tests.xsl 4680 3.29% -anonymous-to-nested.xsl 4462 3.14% -blank-xsd-schema.xsl 4009 2.82% +to-java.xsl 38303 24.30% +classes.xsl 15962 10.13% +set-locators.xsl 13363 8.48% +build-fqns.xsl 11002 6.98% +package.xsl 7910 5.02% +attrs.xsl 6579 4.17% +add-probes.xsl 6562 4.16% +resolve-aliases.xsl 6372 4.04% +data.xsl 6015 3.82% +explicit-data.xsl 5807 3.68% +add-default-package.xsl 5676 3.60% +vars-float-up.xsl 5534 3.51% +tests.xsl 5253 3.33% +anonymous-to-nested.xsl 5175 3.28% +cti-adds-errors.xsl 5036 3.20% +expand-qqs.xsl 4393 2.79% ``` The results were calculated in [this GHA job][benchmark-gha] -on 2025-01-27 at 10:11, +on 2025-01-28 at 14:02, on Linux with 4 CPUs. -The total is 142320 milliseconds. +The total is 157616 milliseconds. We show only the first 16 most expensive XSL stylesheets. @@ -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/12986508714 +[benchmark-gha]: https://github.com/ArtemGet/eo/actions/runs/13012000827