Skip to content

Releases: benchmark-action/github-action-benchmark

v1.10.0

28 Oct 20:46
Compare
Choose a tag to compare
  • Allow user defined custom benchmarks (#81)

v1.9.0

12 Oct 19:55
Compare
Choose a tag to compare
  • Fix: manual and scheduled runs (#74)

v1.8.1

10 Jun 13:41
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.6.6

23 Dec 02:27
Compare
Choose a tag to compare
  • Fix: Parse floating numbers in the benchmark results from Benchmark.js. (Thanks @Bnaya)

v1.6.5

19 Dec 16:12
Compare
Choose a tag to compare
  • Fix: Titles are set to empty in auto-generated default index.html. To apply this fix, please remove current index.html in your GitHub Pages branch and run this action again
  • Fix: Skip fetching GitHub Pages branch before switching to the branch when skip-fetch-gh-pages is set to true
  • Improve: Explicitly note no action output from this action in README.md

v1.6.4

16 Dec 11:01
Compare
Choose a tag to compare
  • Fix: Supported actions/checkout@v2
  • Improve: Refactored index.html automatically generated when it does not exist
  • Improve: Update dependencies (actions/github v2)