Github Action Benchmark Versions Save

GitHub Action for continuous benchmarking to keep performance

v1.20.1

1 month ago

v1.20.0

1 month ago
  • fix Rust benchmarks not comparing to baseline (#235)
  • feat Comment on PR and auto update comment (#223)

Full Changelog: https://github.com/benchmark-action/github-action-benchmark/compare/v1.19.3...v1.20.0

v1.19.3

3 months ago
  • fix ratio is NaN when the previous value is 0. Now, print 1 when both values are 0 and +-∞ when divisor is 0 (#222)
  • fix action hangs in some cases for go fiber benchmarks (#225)

Full Changelog: https://github.com/benchmark-action/github-action-benchmark/compare/v1.19.2...v1.19.3

v1.19.2

3 months ago
  • fix - markdown rendering for summary is broken (#218)

Full Changelog: https://github.com/benchmark-action/github-action-benchmark/compare/v1.19.1...v1.19.2

v1.19.1

3 months ago
  • fix improve flaky CI runs (#215)
  • fix write with retry fails with the separate repository (#216)

Full Changelog: https://github.com/benchmark-action/github-action-benchmark/compare/v1.19.0...v1.19.1

v1.19.0

3 months ago
  • docs Add description for skip-fetch-gh-pages (#180)
  • fix Mismatch input in action.yml (#191)
  • fix Update Manifest.toml to fix julia test failure (#210)
  • chore update to node 20 (#208)
  • chore update actions/* (#212)
  • fix summary-always and gh-repository don't work together (#214)

Full Changelog: https://github.com/benchmark-action/github-action-benchmark/compare/v1.18.0...v1.19.0

v1.18.0

10 months ago
  • feat: getServerUrl refers to the GITHUB_SERVER_URL environment variable (#169)
  • feat: extract multiple metrics from Golang benchmarks (#177)
  • fix: getCommitFromGitHubAPIRequest to refer to GITHUB_API_URL (#171)
  • chore: Remove unreachable code from extract.ts (#153)

v1.17.0

1 year ago
  • feat: support for JMH parameters (as separate charts) (#161)
  • feat: enable user to specify the ref being tested (#163)
  • feat: allow more characters in Golang bench outputs (#131)

v1.16.2

1 year ago
  • Fix use commit.id over commit object (#155)

v1.16.1

1 year ago
  • Fix missing summary-always param in action.yml file