-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update svelte to 5.0.0-next.174 #1714
Conversation
Thanks - I'll post the results tomorrow. |
The results are updated. Here's a screenshot (left updated keyed results, right old results): svelte-classic is a bit slower, but it's within the range of noise. |
@krausest That's strange. I get very different results locally – with 174 being significantly faster than before. |
I notice that in my runs I get far more variance on all the test cases (select row is +- 1.1). I'm running an M2 Max with 32GB RAM + Chrome 126. So that is probably why the numbers might be off for me. The variance never used to be that bad in earlier versions of Chrome either :/ |
Just to make sure: Is the testdriver up to date and was it built recently (i.e. after chrome 124)? |
@krausest I'll do that and re-run the benchmarks for both and also the other frameworks. |
That's good! P.S. I'm surprised the absolute numbers from the full run for my M1 are so close to your M2. |
If you want to read more about the chrome 124 issue, this is a good start: #1661 (comment) |
@krausest M1 and M2s are sensitive to temperature. I have a window near my Mac which helps keep it cool. If I close my window and its warm outside, the results jump all over the place pretty quickly (you can use a core speed tracker). |
I'll have to keep an eye on that. When I had a MacBook Air M1 I looked at powermetrics: #885 (comment) but didn't find signs of throttling (at least that way). |
There were some bugs in Svelte 165 that affected performance, they should be fixed in this update.