| get_benchmark | R Documentation |
Returns a built-in benchmark definition by name.
get_benchmark(name)
name |
Benchmark name such as |
A list containing the benchmark function and its metadata.
b <- get_benchmark("F1")
b$fn(rep(0, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.