as.data.frame.BenchmarkResults: Convert benchmark result object to a tidy data frame

View source: R/result.R

as.data.frame.BenchmarkResultsR Documentation

Convert benchmark result object to a tidy data frame

Description

Convert benchmark result object to a tidy data frame

Usage

## S3 method for class 'BenchmarkResults'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

## S3 method for class 'BenchmarkResult'
as.data.frame(x, row.names = NULL, optional = FALSE, packages = "arrow", ...)

Arguments

x

a benchmark result object or list of them as returned by run_one() or run_benchmark()

row.names

for generic consistency

optional

for generic consistency

...

additional arguments passed on to methods for individual results. packages is the only currently supported argument.

packages

Packages for which to extract versions

Value

A data.frame suitable for analysis in R


ursa-labs/arrowbench documentation built on July 8, 2023, 11:36 a.m.