krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.52k stars 811 forks source link

Update sauron to v0.61.4 #1649

Closed flosse closed 1 month ago

flosse commented 1 month ago

@ivanceras if it is possible for you to publish v0.61.2 on crates.io, I can still update it :smiley:

ivanceras commented 1 month ago

@flosse I just released sauron@0.61.3.

BTW, I intend to use the use-template feature in sauron for the benchmark, but there are still some minor issues I have to iron-out.

flosse commented 1 month ago

@flosse I just released sauron@0.61.3.

:+1:

I force-pushed this PR now.

BTW, I intend to use the use-template feature in sauron for the benchmark, but there are still some minor issues I have to iron-out.

Cool, I'll have a look at that when I get the time.

krausest commented 1 month ago

Here's a comparison (updated keyed results on the left, old results on the right). Looks a bit slower... Screenshot 2024-04-13 at 21 55 21

ivanceras commented 1 month ago

@krausest it's a good tradeoff for making the code more elegant and simpler. Maybe I'll focus on performance on next releases.