./benchmarks/R-bench, High Precision Timing of R Expressions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4, Package name: R-bench-1.1.4, Maintainer: pkgsrc-users

Tools to accurately benchmark and analyze execution times for R
expressions.


Required to run:
[math/R] [devel/R-rlang] [misc/R-pillar] [math/R-tibble] [devel/R-glue] [benchmarks/R-profmem]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2025-01-29 13:07:12 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(benchmarks/R-bench) Updated 1.1.3 to 1.1.4

# bench 1.1.4

* `press()` gains a new `.quiet` argument to silence progress messages (#145).

* The `.grid` argument of `press()` now subsets data.frames and tibbles
  consistently (#142).

* `bench_time_trans()` and `bench_bytes_trans()` once again apply pretty
  breaks correctly (#140, @plietar, @simonpcouch).

* R >=4.0.0 is now required, which is aligned with tidyverse standards.

* Switched to modern ggplot2 conventions internally (#141, @olivroy).
   2023-06-17 15:53:52 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(benchmarks/R-bench) Updated 1.1.2 to 1.1.3

# bench 1.1.3

* Long unnamed `bench_expr` expressions are now truncated correctly when used as
  columns of a tibble (#94).

* `bench_mark` tibbles now respect the knitr paged df option (#103).

* Fixed an issue where macOS specific C code paths were accidentally being used
  on GNU Hurd (#118).

* Fixed `-Wstrict-prototypes` warnings, as requested by CRAN (#124).

* R >=3.5.0 is now required, which is aligned with tidyverse standards.

* bench now uses testthat 3e (#129).

* bench no longer Suggests mockery.
   2022-06-02 13:48:57 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(benchmarks/R-bench) USE_LANGUAGES= c, sorry
   2022-05-30 17:04:24 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(benchmarks/R-bench) import R-bench-1.1.2

Tools to accurately benchmark and analyze execution times for R
expressions.