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
Consider that bench::press() currently tries to return a bench_mark() object at the end. We could generalize it a little by only wrapping in a bench_mark class if all of the individual results were bench_marks. Then each press expression could return any arbitrary data frame.
DavisVaughan
changed the title
bench::press should be more genericbench::press() should be more generic
May 3, 2023
E.g. you should be able to use it with
system_time()
or really anything that returns a data.frameThe text was updated successfully, but these errors were encountered: