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
add a setup method for a bench, that transforms the input. This is useful e.g. for sorting benchmarks that mutate the input data.
(teardown would also make sense, e.g. to return a vec and drop it outside the measurement)
The text was updated successfully, but these errors were encountered:
add a setup method for a bench, that transforms the input. This is useful e.g. for sorting benchmarks that mutate the input data.
(teardown would also make sense, e.g. to return a vec and drop it outside the measurement)
The text was updated successfully, but these errors were encountered: