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 just found out the --benchmark-cprofile switch and it is definitely a great thing to include! From what I understood, the function to be benchmarked is ran additionally once after the benchmark runs. It would be great to have a CLI switch to make it run so that a whole round is profiled (taking the iterations into account). Would that be possible?
The text was updated successfully, but these errors were encountered:
I just found out the
--benchmark-cprofile
switch and it is definitely a great thing to include! From what I understood, the function to be benchmarked is ran additionally once after the benchmark runs. It would be great to have a CLI switch to make it run so that a whole round is profiled (taking the iterations into account). Would that be possible?The text was updated successfully, but these errors were encountered: