bench 1.0.4
-
bench_memory()examples no longer fail if they are run with R that does not
have memory profiling capability (#56). -
bench_exprnow has a class ofc("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)