Skip to content

Releases: JuliaCI/PkgBenchmark.jl

v0.2.1

14 Mar 21:10
529dbea
Compare
Choose a tag to compare
fix removed logging syntax (#76)

v0.2.0: Update .travis.yml for julia 1.0: Add `using Pkg` (#72)

12 Dec 10:58
Compare
Choose a tag to compare
Add `using Pkg` before `Pkg.add()` statements in `after_success`

v0.1.1

13 Mar 10:34
Compare
Choose a tag to compare
Fix typo: judgement.{target,baseline}_results (#64)

v0.1.0

19 Feb 11:23
d3e7a0d
Compare
Choose a tag to compare

Large rewrite of the package:

Improvements:

  • Possibility to define the Julia executable used, the command line arguments to the executable and environment variables.
  • Export to Markdown of benchmarks and comparisons.
  • More descriptive documentation.
  • Using JSON to store data (since BenchmarkTools uses this), this has the effect that the package load faster and the benchmark processes started also load faster.

Features removed:

  • Macro based way of defining benchmarks. This did not work so well and a similar version was in fact removed from BenchmarkTools. Just use the "officially" supported dict way.
  • Caching of benchmark results for different commits. Just manage the results however you like.

v0.0.2: Merge pull request #15 from staticfloat/updated_ci_url

01 Jun 10:34
Compare
Choose a tag to compare
Update CI URLs to point to new caching infrastructure