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.56k stars 811 forks source link

update preact -> 10.19.3 #1588

Closed birkskyum closed 4 months ago

birkskyum commented 4 months ago

updates preact-signals/-hooks/-classes and their the dev deps

krausest commented 4 months ago

Results will follow (most likely tomorrow).

krausest commented 4 months ago

I'd say no big change. Here's a comparison (updated keyed version on the left, old keyed version on the right): Screenshot 2024-02-01 at 7 59 44 PM Results are updated.

birkskyum commented 4 months ago

Wonder what happened to swap rows of preact-classes

krausest commented 4 months ago

You're right, I didn't look at it long enough.

Reported values for 10.19.3 for swap rows were: [168.313, 167.961, 170.203, 168.297, 170.521, 171.66, 167.849, 169.46, 166.491, 170.407, 169.428, 170.801, 168.257, 171.381, 170.89] For 10.13.1 results were: [23.054, 23.37, 23.41, 23.355, 25.367, 23.622, 23.137, 22.424, 23.67, 22.818, 22.743, 22.533, 22.872, 22.273, 22.571] What a difference - looks like a big regression!

birkskyum commented 4 months ago

cc @developit