As previously discussed in various tickets, we'd like to also have an understanding of these libraries performance on the real DOM.
This MR is an attempt to at least introduce the live HTML table, testable starting a server on the root of the project, reaching localhost:8080/src/ folder after.
Current status
To discuss
It looks like all libraries are equally fast in here so we might need to either find a better way to measure metrics, as performance.now() doesn't seem precise at all, or figure out what's meaningful for this test.
As previously discussed in various tickets, we'd like to also have an understanding of these libraries performance on the real DOM.
This MR is an attempt to at least introduce the live HTML table, testable starting a server on the root of the project, reaching
localhost:8080/src/
folder after.Current status
To discuss
It looks like all libraries are equally fast in here so we might need to either find a better way to measure metrics, as
performance.now()
doesn't seem precise at all, or figure out what's meaningful for this test.