blog-dombench
blog-dombench copied to clipboard
DOM benchmarks using different libraries
I noticed that you mentioned running this test on a Core i5 with Chromium. I recently attempted the same test on Chrome / Mac OSX with a 2.5 Ghz Core...
Hi. I added an initial version of the benchmark for Imba. I added the method for creating the data in a separate file (fixtures.js). If it's okay with you, I'd...
Hi. From reading your findings over at the [auth0 blog](https://auth0.com/blog/2016/01/07/more-benchmarks-virtual-dom-vs-angular-12-vs-mithril-js-vs-the-rest/), I'm wondering if you might be interpreting several of the results incorrectly. As you state: > Layout/Paint. This graph shows...
Fixes https://github.com/auth0/blog-dombench/issues/2
Currently, the `run-benchmarks.js` runs all the default benchmarks that that browser-perf runs. This may include additional javascript on the page that could skew the numbers a little. Does it make...