Skip to content

bench 1.0.4

Choose a tag to compare

@jimhester jimhester released this 06 Sep 18:53
  • bench_memory() examples no longer fail if they are run with R that does not
    have memory profiling capability (#56).

  • bench_expr now has a class of c("bench_expr", "list") rather than
    c("bench_expr", "expression"), as it is really a list of calls rather than
    a true expression object. (r-lib/vctrs#559)