Stefan Krause

Results 187 comments of Stefan Krause

If I add a RAF to vanillajs I get results pretty close to imba and I get a second commit event. ![Screenshot 2024-04-20 at 20 20 59](https://github.com/krausest/js-framework-benchmark/assets/3374055/fb1acd04-b8eb-4a8f-b673-569d07e46935) Maybe it was...

Ran the benchmark for the keyed frameworks again last night. At least results are very consistent ☹️ Here's a screenshot: ![Screenshot 2024-04-22 at 20 41 21](https://github.com/krausest/js-framework-benchmark/assets/3374055/b76d827d-8f7f-48af-8ab8-35285ea800d3) or [here](https://krausest.github.io/js-framework-benchmark/2024/chrome124_possibly_incorrect.html) if you...

Here's a look at create rows: A rather normal vanillajs trace: ![Screenshot 2024-04-22 at 21 13 07](https://github.com/krausest/js-framework-benchmark/assets/3374055/3c63b6e3-877f-448f-a6bd-d81d26297ede) The fastest ivi trace: ![Screenshot 2024-04-22 at 21 12 56](https://github.com/krausest/js-framework-benchmark/assets/3374055/45d6548e-d547-4de9-b2d6-63fae74b0abf) This wasn't the...

I took a closer look at the create 1k rows issue - but I have no good news: I ran a manual test for create 1k rows with 8 runs...

There's not much code that was updated: https://github.com/krausest/js-framework-benchmark/commit/30c247a897cfe147a94ff82edafd8d066f4ffb36 I also tried to update all the dependencies, but it doesn't change anything so I rolled them back. So I really think...

Just when I finished my plan what I'd do after quitting this project I tried one last thing 😄 What if I add a sleep call of a second before...

1: I don't see that the delay helps the other test drivers. playwright with a delay of 1 second: ![playwright_slow](https://github.com/krausest/js-framework-benchmark/assets/3374055/0a47bfb1-2549-4d2f-81c4-2ae1ae097269) Looks different from the chart without delays, but not close...

2. Chrome 124 is bizarre. I tried first adding sleeps between all interactions and then trying to filter out where they are actually needed. I got that chart with puppeteer:...

3. The disaster is complete ![chrome_124_disaster](https://github.com/krausest/js-framework-benchmark/assets/3374055/0dad3a4a-aa67-4851-a8d6-907d56cb5827) On the right are chrome 123 results. The left four charts are chrome 124 with varying sleep calls after every click during initBenchmark and...

This comment serves just as a summary and will be linked from the chrome issue report. It contains no new information to the above. With chrome 124 I got strange...