rm(list = ls(all.names = TRUE)) gc() devtools::load_all() hb <- hospital_billing bm <- bench::mark(hb %>% durations(), iterations = 25) print(bm) # A tibble: 1 x 13 #expression min median `itr/sec` mem_alloc `gc/sec` n_itr n_gc total_time result memory time gc # #1 hb %>% durations() 1.2s 1.39s 0.719 5.43MB 5.90 25 205 34.8s