LilithHafner/Chairmarks.jl

Support comparative benchmarking

Opened this issue · 0 comments

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