google / incremental-dom

An in-place DOM diffing library
http://google.github.io/incremental-dom/
Apache License 2.0
3.54k stars 180 forks source link

Add tests for checking perf adding to / removing from the start of a … #361

Closed sparhami closed 6 years ago

sparhami commented 6 years ago

…list.

This differs from the previous tests as it measures time JS execution time as well as the time it takes the browser to layout, paint, etc.

TBD: Either change other tests to include browser costs or creating new ones that do.