Skip to content

Centralize method like buildData #1873

@nigrosimone

Description

@nigrosimone

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions