Skip to content

Releases: bobheadxi/gobenchdata

v1.3.1

30 Jan 21:34
Compare
Choose a tag to compare
  • deps: various dependency upgrades

Full Changelog: v1...v1.3.1

v1.3.0

12 Jan 16:30
e047cc1
Compare
Choose a tag to compare

What's Changed

  • entrypoint.sh: update setting output by @srenatus in #68
  • workflows: upgrade to codecov/codecov-action@v3, only run demo-publish on main by @bobheadxi in #72
  • checks: fix evaluation against latest run in base by @bobheadxi in #71
  • entrypoint.sh: set pipefail to fail action if go test -bench fails by @bobheadxi in #73

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

09 Jan 17:44
d1b3a72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.2.2

v1.2.1

12 Jun 21:54
Compare
Choose a tag to compare

What's Changed

  • web: explicitly register @markerClick event (fixes #61)

Full Changelog: v1...v1.2.1

v1.2.0

11 Jun 20:03
87501dc
Compare
Choose a tag to compare

What's Changed

  • cli: add 'gobenchdata action' to use gobenchdata action with custom Go versions by @bobheadxi in #62
  • cli: add -require-benchmarks by @bobheadxi in #63
  • all: build with go1.18, upgrade dependencies (ea0e521)

Full Changelog: v1...v1.2.0

v1.1.0

05 May 19:52
0b6226b
Compare
Choose a tag to compare

What's Changed

  • web: upgrade to vue3 by @bobheadxi in #56
  • cli: eval now prints pretty report instead of json if -json not set by @bobheadxi in #53

Full Changelog: v1...v1.1.0

v1.0.4

30 Apr 21:36
5019b98
Compare
Choose a tag to compare

View Action Demo

For more details about recent changes, see the v1.0.0 release.

What's Changed

  • bench: evaluate mem.BytesPerOp, mem.AllocsPerOp as float64 by @bobheadxi in #58 - this fixes checks defined on mem.BytesPerOp and mem.AllocsPerOp involving division incorrectly evaluating to a truncated integer value.

Full Changelog: v1...v1.0.4

v1.0.3

27 Apr 05:11
Compare
Choose a tag to compare

View Action Demo

For more details about recent changes, see the v1.0.0 release.

What's Changed

  • cli: print and exit instead of panic on error, improve benchmark read failure error by @bobheadxi in #52
  • deps: update dependencies

Full Changelog: v1...v1.0.3

v1.0.2

30 Oct 23:06
Compare
Choose a tag to compare

View Action Demo

For more details about recent changes, see the v1.0.0 release.

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Jun 14:13
Compare
Choose a tag to compare

This release fixes a bug where checks would fail when no base benchmarks have been recorded.

View Action Demo

For more details about recent changes, see the v1.0.0 release.