PkgJogger.jl icon indicating copy to clipboard operation
PkgJogger.jl copied to clipboard

Add support for existing benchmarking frameworks

Open awadell1 opened this issue 3 years ago • 2 comments

PkgBenchmarks.jl uses a single benchmark/benchmarks.jl file defining SUITE::BenchmarkGroup

This is similar to the example in https://github.com/JuliaCI/BenchmarkTools.jl/blob/master/benchmark/benchmarks.jl. But BenchmarkTools uses suite not SUITE

StaticArrays.jl uses PkgBenchmark's format but includes all benchmark/bench_*.jl files automatically (Yes, PkgJogger was inspired by this)

BaseBenchmarks.jl does not follow PkgBenchmark's format but does use SUITE

awadell1 avatar Aug 11 '21 19:08 awadell1