voltrondata-labs / arrowbench

R package for benchmarking
Other
13 stars 9 forks source link

Investigate using gc.time() in measure() #2

Open nealrichardson opened 3 years ago

nealrichardson commented 3 years ago

Probably instead of the other gc_info. When looking for code regressions, we may want to focus on total_time - gc_time, especially if gc_time is highly variable.