localvoid / vdom-benchmark

Virtual DOM diff/patch benchmark
BSD 2-Clause "Simplified" License
49 stars 10 forks source link

Add cito.js to benchmark #11

Closed ghost closed 9 years ago

ghost commented 9 years ago

I am working on a virtual dom library (https://github.com/joelrich/citojs) and would like to add it to this benchmark.

localvoid commented 9 years ago

Nice performance :+1:

ghost commented 9 years ago

Thanks! By the way, I have noticed that the results can vary depending on whether or not another library was benchmarked before (at least in Chrome). Just in case you are interested in more accurate results, I would suggest to cache the benchmark test data (and current results) in the localStorage and reload the page automatically before you run another test.