benchmark_run_impl: Checkout a branch from a repo and run an iteration

benchmark_run_implR Documentation

Checkout a branch from a repo and run an iteration

Description

Checkout a branch from a repo and run an iteration

Usage

benchmark_run_impl(branch, block, expr_before_benchmark, dots, path_pkg)

Arguments

branch

A character vector of length one to indicate the git branch (i.e. commit, tag, branch etc) of the benchmarking.

block

All branches that appear once in a block.

expr_before_benchmark

Expression to run before the benchmark is ran, will be captured with rlang::enexpr(). So you can use quasiquotation.

dots

list of quoted expressions (length 1).

path_pkg

The path to the root of the package you want to benchmark.


lorenzwalthert/touchstone documentation built on April 20, 2024, 9:57 a.m.