bench icon indicating copy to clipboard operation
bench copied to clipboard

High Precision Timing of R Expressions

Results 27 bench issues
Sort by recently updated
recently updated
newest added

Also redocument with roxygen2 7.3.1 Use `@exportS3Method` for registering methods. Modernize pkgdown config. closes #138 Minor test lints

The latest release of the scales package has added a pair of optional arguments, `d_transform` and `d_inverse`, in the middle of the parameter list for `trans_new` (see https://github.com/r-lib/scales/pull/341). As a...

One feature that I find myself often wanting in `bench` is the ability to run benchmarks that may fail. It's actually not trivial to implement this in the current framework,...

Update URLs in `_pkgdown.yml` per redirects.

Was just wondering if it would be possible to allow for an argument to specify the maximum time by which each expression should be allowed to run? If I benchmark...

i.e. `tidyr_new_interface()` and `unnest.bench_mark()`, which makes a number of assumptions with the new interface, like you have to supply both `time` and `gc` now, so maybe it should just be...

breaking change :skull_and_crossbones:
upkeep

Do we need them? Like `filter.bench_mark()` and `group_by.bench_mark()`. Can we use `dplyr_reconstruct()` instead?

upkeep