You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this neat package, I use it all the time.
Sometimes it just takes ages to benchmark some function, or maybe you don't know how long a functions will take.
It'd be nice to have a progress bar reporting at which point in the benchmarking you are. The package could simply print at which execution it is (out of timesxnumber of functions); it would be a pretty good approximation already, and a good indication of how long it will take.
Even better, of course, would be to have something using e.g. utils::setTxtProgressBar.
The text was updated successfully, but these errors were encountered:
Thanks for this neat package, I use it all the time.
Sometimes it just takes ages to benchmark some function, or maybe you don't know how long a functions will take.
It'd be nice to have a progress bar reporting at which point in the benchmarking you are. The package could simply print at which execution it is (out of
times
xnumber of functions
); it would be a pretty good approximation already, and a good indication of how long it will take.Even better, of course, would be to have something using e.g.
utils::setTxtProgressBar
.The text was updated successfully, but these errors were encountered: