Skip to content

Commit 6ac3528

Browse files
committed
Bump up number of iterations in motivations.Rmd
1 parent b48e3a1 commit 6ac3528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/motivations.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,8 @@ b_grow <- bench::press(.grid = grid,
487487
{
488488
fun = match.fun(sprintf("%sgrow_", ifelse(pkg == "cpp11", "", paste0(pkg, "_"))))
489489
bench::mark(
490-
fun(len)
490+
fun(len),
491+
min_iterations = 100
491492
)
492493
}
493494
)[c("len", "pkg", "min", "mem_alloc", "n_itr", "n_gc")]

0 commit comments

Comments
 (0)