Remove project post because I ended up doing it

This commit is contained in:
Matthew Griffith 2019-07-01 20:54:50 -04:00
parent 6b75d72622
commit 2ee45a82b4

View File

@ -1,12 +0,0 @@
# Benchmark Suite
It would be nice to be able to keep track of `elm-ui`'s performance characteristics and the easiest way to do that would be to write a benchmark suite.
[This project](https://github.com/webbhuset/test-elm-performance) did a great job implementing a critical rendering path benchmark.
However, it's pretty awkward for me to use when I'm doing any sort of performance-based development.
I'd love it if someone were to take that codebase and:
- Make the benchmark runnable via cli and output results as json, likely via [headless chrome](https://developers.google.com/web/updates/2017/04/headless-chrome).
- Make it really easy to test new view functions. Meaning I'd love the ability to just write a view function and run a tool which would benchmark it render-wise.