js-framework-benchmark
js-framework-benchmark copied to clipboard
Centralize method like buildData
Why not unique method for buildData instead of reimplementation in each framework ?
In this way the benchmark is only on rendering performance and not on best/worst dataset implementation
Eg. each framework can depend from a local dependencies
{
"name": "baz",
"dependencies": {
"js-framework-benchmark-dataset": "file:../../js-framework-benchmark-dataset.js"
}
}
and import it as dependencie
import dataSet from "js-framework-benchmark-dataset";
dataSet.buildData()