js-framework-benchmark icon indicating copy to clipboard operation
js-framework-benchmark copied to clipboard

Centralize method like buildData

Open nigrosimone opened this issue 8 months ago • 0 comments

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()

nigrosimone avatar Apr 25 '25 19:04 nigrosimone