Skip to content

Benchmark 2.5 suggestions: return a data.frame #9

Open
@tbates

Description

Goals for benchmarks/R-benchmark-26.R

  • One of the calls to remove("a", "b") is not needed (these variables have already been deleted by a previous call.
  • Replace cat calls by building a dataframe.
    • This would allow, e.g. easy appending of results columns from alternate runs, computation between runs.
  • Save results to a file, allow users to contribute benchmarks to a database/repository
  • (Perhaps) convert to a CRAN package.
    • Would allow wider use, but also a way to bundle, read-in and compare contributed benchmark results

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions