-
Notifications
You must be signed in to change notification settings - Fork 864
Open
Description
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()
Metadata
Metadata
Assignees
Labels
No labels