vuejs / vue-vapor

Vue Vapor is a variant of Vue that offers rendering without the Virtual DOM.
https://vapor-repl.netlify.app
MIT License
1.86k stars 89 forks source link

Benchmark is inaccurate #269

Open LittleSound opened 1 month ago

LittleSound commented 1 month ago

The benchmark timer ends at the wrong position, which is related to the use of requestIdleCallback, as it gets triggered at the wrong time.

image

It sometimes causes rendering to slow down.

image