mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-26 13:02:31 +03:00
707 B
707 B
Render Benchmark
# In root directory
yarn install
yarn bench
We're interested in overall rendering performance. Right now that means measuring:
- Speed for first paint.
- Rerender speed.
- FPS for extended animations.
Some notes about results.
-
For the extended animation graph, you see it tops out at a certain point. That's when the rendering pipeline is maxed out and it's now going below 60fps.
-
The html and inline style cases are not really directly comparable to the
elm-ui
stuff because they're not buying you the same thing (which is really write-able, maintainable layouts.) However they're nice to see because they're the current limit of elm's rendering.