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
I have a mutating function that I am trying to benchmark which requires setup to be run before every function call, or else it will throw an error. I set the evals parameter to 1 thinking that would do the trick. However, I'm finding that tune! will ignore this and run multiple times per setup. Here is a minimum working example:
I have a mutating function that I am trying to benchmark which requires
setup
to be run before every function call, or else it will throw an error. I set theevals
parameter to 1 thinking that would do the trick. However, I'm finding thattune!
will ignore this and run multiple times per setup. Here is a minimum working example:The text was updated successfully, but these errors were encountered: