Skip to content

Releases: benchmark-action/github-action-benchmark

v1.13.0

17 Feb 22:36

Choose a tag to compare

Feat: Updated urls to support GHES (#104)
Feat: Add support for BenchmarkDotNet (#109)
Chore: Bump node-fetch from 2.6.6 to 2.6.7 (#107)

v1.12.0

28 Jan 11:49

Choose a tag to compare

Feat: Support private repositories (#105)
Chore: Bump action runner to node v16 (#106)

v1.11.3

31 Dec 12:30

Choose a tag to compare

Fix: fix trailing whitespace characters in cargo benchmarks (#97)

v1.11.2

28 Dec 12:28

Choose a tag to compare

Fix: Added option to use Rust benchmark names with spaces (#94)

v.11.1

04 Dec 14:20

Choose a tag to compare

  • Fix: Fix/go tabled benchmarks (#32)
  • New: Support BenchmarkTools.jl in Julia (#89)
  • Improve: Update several dependencies including TypeScript v4.5.2
  • Improve: Use Jest for unit testing

v1.10.0

28 Oct 20:46

Choose a tag to compare

  • Allow user defined custom benchmarks (#81)

v1.9.0

12 Oct 19:55

Choose a tag to compare

  • Fix: manual and scheduled runs (#74)

v1.8.1

10 Jun 13:41

Choose a tag to compare

  • Fix: Allow / in cargo bench benchmark name (#26)
  • New: Add an example with Criterion.rs for Rust projects

v1.8.0

17 Mar 13:08

Choose a tag to compare

  • New: Added comment-always option to leave a comment of benchmarking results at the commit always. Thanks @pksunkara
  • New: Added save-data-file option to skip saving data file. Setting false to this value is useful when you don't want to update Git repository. Thanks @pksunkara
  • Improve: +/- is now replaced with ±
  • Improve: Better formatting for floating point numbers

v1.7.1

23 Feb 12:38

Choose a tag to compare

  • Fix: Benchmark output parser could not parse \r\n as newline correctly (#16)
  • Improve: Prefer @actions/github.GitHub wrapper to @octokit/rest.Octokit