mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
.. | ||
runtime | ||
src | ||
elm.json | ||
package.json | ||
README.md | ||
yarn.lock |
Render Benchmark
A CLI for capturing rendering performance.
# cd to this directory
yarn install
yarn bench
We're interested in overall rendering performance. Right now that means measuring:
- Speed for first paint.
- FPS for extended animations.