elm-ui/benchmarks
2019-06-29 20:45:20 -04:00
..
runtime add Rendering Benchmark Suite 2019-06-29 10:47:46 -04:00
src add inline styles and html exampels to basic benchmark 2019-06-29 20:45:20 -04:00
elm.json add inline styles and html exampels to basic benchmark 2019-06-29 20:45:20 -04:00
package.json add Rendering Benchmark Suite 2019-06-29 10:47:46 -04:00
README.md git rid of markdown lint warning or something. 2019-06-29 14:09:41 -04:00
yarn.lock add Rendering Benchmark Suite 2019-06-29 10:47:46 -04:00

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:

  1. Speed for first paint.
  2. FPS for extended animations.