luwes / js-diff-benchmark

Simple benchmark for testing your DOM diffing algorithm.
66 stars 5 forks source link

Factor out benchmark utilities #28

Closed WebReflection closed 4 years ago

WebReflection commented 4 years ago

In order to simplify maintenance and allow us to eventually test the same thing on real browsers, either via puppeteer, electron, or actual browser, I suggest we decouple the benchmark from the rest of the table creation.

In this MR:

Waiting for an opinion on this, before implementing puppeteer as extra benchmark.