Skip to contents

Runs a simple benchmark comparing the performance of available backends.

Usage

benchmark_backends(n_iterations = 10000)

Arguments

n_iterations

Number of iterations for the benchmark

Value

A data frame with benchmark results

Examples

if (FALSE) { # \dontrun{
results <- benchmark_backends()
print(results)
} # }