Releases: awadell1/PkgJogger.jl
Releases · awadell1/PkgJogger.jl
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
PkgJogger v0.4.0
Closed issues:
- Add support for ci workflow for Projects (#21)
- Benchmarking in an empty Git Repo (#39)
save_benchmarks
modifies types (#43)Jogger.judge(:latest, UUID)
fails (#45)- Github Action (#47)
Merged pull requests:
- Patch release v0.3.5 (#37) (@awadell1)
- Use PkgEval Badge not JuliaHub (#38) (@awadell1)
- Wrap call to LibGit2 in a try-catch (#40) (@awadell1)
- Add Download stats to docs (#41) (@awadell1)
- Breaking: Switch to BSON for storage (#48) (@awadell1)
- Improve docs and fix compat issue (#49) (@awadell1)
- Missing tune!(::Benchmark,...) (#50) (@awadell1)
- Revert "Missing tune!(::Benchmark,...)" (#51) (@awadell1)
- Missing tune (#52) (@awadell1)
- Reduce dependencies (#59) (@awadell1)
- fix: avoid using Base.identify_package without uuid (#60) (@awadell1)
- Add support for ci workflow for Projects (#61) (@awadell1)
- Fix coverage badge (#62) (@awadell1)
- Add a github action for PkgJogger (#63) (@awadell1)
v0.3.5
v0.3.4
v0.3.3
PkgJogger v0.3.3
Closed issues:
- Add partial tune method to Jogger (#18)
- Add save option to
benchmark
(#20) - Tests fail locally due to permission issues (#23)
- Throws error if no benchmark folder exists (#25)
- Use JLOptions to turn on / off code-coverage during testing (#29)
Merged pull requests:
- Release v0.3.2 (#24) (@awadell1)
- Fix Permissions Issues during testing (#26) (@awadell1)
- Improve error message for no bench dir (#27) (@awadell1)
- feat: Add tune!(group, ref) for retuning suites (#28) (@awadell1)
- Doc edits and expand testing (#30) (@awadell1)
- Skip coverage in ci tests if not started with coverage (#31) (@awadell1)
- Permissions (#32) (@awadell1)