Skip to content

Releases: benchmark-action/github-action-benchmark

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

v1.7.0

21 Jan 03:28

Choose a tag to compare

  • New: Add Catch2 support. Please read the example for more details. Thanks @bernedom
  • Fix: Deploying to GitHub Pages did not work when checking out the repository with actions/checkout@v2
  • Improve: Update several dependencies including @actions/* packages

v1.6.7

01 Jan 04:53

Choose a tag to compare

  • Fix: Extracting the benchmark result value from go test -bench did not assume float numbers (Fixed #5)
  • Fix: Running this action on pull_request event caused an error since head_commit payload is not set at the event. In the case, now this action tries to extract the commit information from pull_request payload