Releases: bobheadxi/gobenchdata
Releases · bobheadxi/gobenchdata
v1.3.1
- deps: various dependency upgrades
Full Changelog: v1...v1.3.1
v1.3.0
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
What's Changed
- Fixed custom action example
- Added go-recipes badge by @nikolaydubina in #67
New Contributors
- @nikolaydubina made their first contribution in #67
Full Changelog: v1...v1.2.2
v1.2.1
v1.2.0
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
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
For more details about recent changes, see the v1.0.0 release.
What's Changed
- bench: evaluate
mem.BytesPerOp
,mem.AllocsPerOp
asfloat64
by @bobheadxi in #58 - this fixes checks defined onmem.BytesPerOp
andmem.AllocsPerOp
involving division incorrectly evaluating to a truncated integer value.
Full Changelog: v1...v1.0.4
v1.0.3
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
For more details about recent changes, see the v1.0.0 release.
What's Changed
- Fix Parser panic when runner reports cpu by @piotrekmonko in #49
- deps: upgrade to go1.17, upgrade libraries by @bobheadxi in #46
- chore: publish images by @bobheadxi in #50
New Contributors
- @piotrekmonko made their first contribution in #49
Full Changelog: v1.0.1...v1.0.2
v1.0.1
This release fixes a bug where checks would fail when no base benchmarks have been recorded.
For more details about recent changes, see the v1.0.0 release.