Releases: benchmark-action/github-action-benchmark
Releases · benchmark-action/github-action-benchmark
v1.11.3
Fix: fix trailing whitespace characters in cargo benchmarks (#97)
v1.11.2
Fix: Added option to use Rust benchmark names with spaces (#94)
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 benchbenchmark name (#26) - New: Add an example with Criterion.rs for Rust projects
v1.8.0
- New: Added
comment-alwaysoption to leave a comment of benchmarking results at the commit always. Thanks @pksunkara - New: Added
save-data-fileoption to skip saving data file. Settingfalseto 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\nas newline correctly (#16) - Improve: Prefer
@actions/github.GitHubwrapper 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 -benchdid not assume float numbers (Fixed #5) - Fix: Running this action on
pull_requestevent caused an error sincehead_commitpayload is not set at the event. In the case, now this action tries to extract the commit information frompull_requestpayload