benchmark_write | R Documentation |
Write a benchmark
benchmark_write(
benchmark,
name,
branch,
block = NA,
iteration = NA,
append = TRUE
)
benchmark |
The result of |
name |
The name of the benchmark. |
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. |
iteration |
An integer indicating to which iteration the benchmark
refers to. Multiple iterations within a block always benchmark the same
|
append |
Whether to append the result to the file or not. |
Character vector of length one with path to the record written (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.