-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for existing benchmarking frameworks #5
Comments
Hi! |
Mainly, I'm lazy and wanted PkgJogger to handle the bundling up
Plus PkgJogger still plays nice with the other packages, just put this in your using PkgJogger
using AwesomePkg
@jog AwesomePkg
SUITE = JogAwesomePkg.suite() Does that help? |
PkgBenchmarks.jl uses a single
benchmark/benchmarks.jl
file definingSUITE::BenchmarkGroup
This is similar to the example in https://github.com/JuliaCI/BenchmarkTools.jl/blob/master/benchmark/benchmarks.jl.
But BenchmarkTools uses
suite
notSUITE
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
The text was updated successfully, but these errors were encountered: