Results 75 comments of Boris Kaul

You can try to submit a pr with an updated version to https://github.com/developit/uibench-preact, but I don't have access to preact benchmark implementation repo.

No, but if you want to submit pull request, I'll merge it :)

When I've created this benchmark I've made a mistake by forcing everyone to use basic HTML elements (div/ul/li) without any additional nodes in the DOM tree (I just assumed that...

I am not sure, but I think that there is no good way for Polymer's `` to work like `fn(state) => view`. This benchmark just passes different state to [this...

I don't want to add benchmark implementations that weren't approved by library authors to this list, except for React (it is used as a baseline). All benchmarks are usually biased...

I am usually don't create uibench implementations for libraries that I don't know very well. If someone implements it, I'll add a link to the list: https://github.com/localvoid/uibench/blob/master/web/main.jsx#L764 .Most of the...

`initPerfMonitor()` has an option to specify custom container nodes. ```js var c = document.createElement("div"); c.className = "custom-container"; initPerfMonitor({ container: c }); ```

> It would be nice to be able to log diagnostic information to a remote server if the FPS goes below a particular value. I don't think that algo that...

Take a look at [this benchmark runner](https://github.com/krausest/js-framework-benchmark/tree/master/webdriver-ts/src) as an example. It runs different tests and collects data from [Performance Log](https://sites.google.com/a/chromium.org/chromedriver/logging/performance-log).

Yes, markdown to html compiler seems to be broken on pub.dartlang.org ,it also removed comments in code sections.