JuliaCI / BenchmarkTools.jl

A benchmarking framework for the Julia language
Other
604 stars 97 forks source link

[Feature Request] Comparing two functions #338

Closed SyxP closed 8 months ago

SyxP commented 8 months ago

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.

SyxP commented 8 months ago

Whoops I only checked the docs not previous issues. Same as #283 and #239.