Releases: benchmark-action/github-action-benchmark
Releases · benchmark-action/github-action-benchmark
v.11.1
v1.10.0
- Allow user defined custom benchmarks (#81)
v1.9.0
- Fix: manual and scheduled runs (#74)
v1.8.1
- Fix: Allow
/
incargo bench
benchmark name (#26) - New: Add an example with Criterion.rs for Rust projects
v1.8.0
- 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. Settingfalse
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
- 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
- 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
- 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 sincehead_commit
payload is not set at the event. In the case, now this action tries to extract the commit information frompull_request
payload
v1.6.6
- Fix: Parse floating numbers in the benchmark results from Benchmark.js. (Thanks @Bnaya)
v1.6.5
- Fix: Titles are set to empty in auto-generated default
index.html
. To apply this fix, please remove currentindex.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