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
One of the main uses I use BenchmarkTools.jl is to try to figure which of the two implementations I have are faster.
But my algorithms often would differ wildly on different pathological cases. I want to profile two functions with the same (random) sequence of inputs and do the statistic on the difference of times between function 1 and function 2.
The text was updated successfully, but these errors were encountered:
One of the main uses I use
BenchmarkTools.jl
is to try to figure which of the two implementations I have are faster.But my algorithms often would differ wildly on different pathological cases. I want to profile two functions with the same (random) sequence of inputs and do the statistic on the difference of times between function 1 and function 2.
The text was updated successfully, but these errors were encountered: