Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

initial work for adding performance tests #167

Closed JRJurman closed 3 years ago

JRJurman commented 3 years ago

Summary

Fixes #39 This PR is an attempt to set up a framework for us to add tests that verify the performance of tram-one. All of the infrastructure is identical to the existing unit tests, but has uses performance timers and helper functions to get metrics of how slow tram-one was to update. It currently uses snapshots as artifacts of the timers.

Checklist