Skip to content

Releases: benchmark-action/github-action-benchmark

v1.20.3

19 May 11:23
Compare
Choose a tag to compare
  • fix Catch2 v.3.5.0 changed output format (#247)

Full Changelog: v1.20.2...v1.20.3

v1.20.2

19 May 09:54
Compare
Choose a tag to compare
  • fix Support sub-nanosecond precision on Cargo benchmarks (#246)

Full Changelog: v1.20.1...v1.20.2

v1.20.1

02 Apr 08:24
Compare
Choose a tag to compare
  • fix release script

Full Changelog: v1.20.0...v1.20.1

v1.20.0

02 Apr 07:56
Compare
Choose a tag to compare
  • fix Rust benchmarks not comparing to baseline (#235)
  • feat Comment on PR and auto update comment (#223)

Full Changelog: v1.19.3...v1.20.0

v1.19.3

02 Feb 08:49
Compare
Choose a tag to compare
  • 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: v1.19.2...v1.19.3

v1.19.2

26 Jan 16:04
Compare
Choose a tag to compare
  • fix - markdown rendering for summary is broken (#218)

Full Changelog: v1.19.1...v1.19.2

v1.19.1

25 Jan 16:37
Compare
Choose a tag to compare
  • fix improve flaky CI runs (#215)
  • fix write with retry fails with the separate repository (#216)

Full Changelog: v1.19.0...v1.19.1

v1.19.0

25 Jan 14:11
Compare
Choose a tag to compare
  • 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: v1.18.0...v1.19.0

v1.18.0

07 Jul 11:00
Compare
Choose a tag to compare
  • 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

26 Apr 06:27
Compare
Choose a tag to compare
  • 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)