Stefan Krause
Stefan Krause
If I add a RAF to vanillajs I get results pretty close to imba and I get a second commit event.  Maybe it was...
Ran the benchmark for the keyed frameworks again last night. At least results are very consistent ☹️ Here's a screenshot:  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:  The fastest ivi trace:  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:  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  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...