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
It would be nice to have a way to communicate that two implementations of the same function are to be compared (e.g. @be Compare(f, g) or @b init setup {f g h} teardown or some such). This would allow a more efficient backend that takes this into account in experimental design.
It would be nice to have a way to communicate that two implementations of the same function are to be compared (e.g.
@be Compare(f, g)
or@b init setup {f g h} teardown
or some such). This would allow a more efficient backend that takes this into account in experimental design.See also: JuliaCI/BenchmarkTools.jl#239
The text was updated successfully, but these errors were encountered: