Skip to content

Releases: bencherdev/bencher

v0.4.31

21 Dec 23:01
Compare
Choose a tag to compare
  • Fix Report measure count bug
  • Auto-scale units in Perf Plots, Perf Images, Reports, and PR comments

v0.4.30

01 Dec 19:25
Compare
Choose a tag to compare
  • Fix Bencher Self-Hosted Console build bug since v0.4.24

v0.4.29

30 Nov 16:31
Compare
Choose a tag to compare
  • Improve Pinned Plots loading fallback
  • Return 404 Not Found for all resource endpoints when checking for both existence and permissions
  • Update CLI install scripts to be able to set the BENCHER_VERSION

v0.4.28

25 Nov 02:15
Compare
Choose a tag to compare
  • Remove lazy loading of embedded perf plots due to Safari bug
  • Move Pinned Plots out of iframe tags
  • Fix custom pinned plot window size bug

v0.4.27

16 Nov 21:06
Compare
Choose a tag to compare
  • Limit GitHub Action Check to 65,535 characters
  • Fix CLI HTML table output bug for Benchmarks with different Measures

v0.4.26

12 Nov 01:50
Compare
Choose a tag to compare
  • Fix GitHub Action summary bug (Thank you @dklassic)

v0.4.25

10 Nov 15:37
Compare
Choose a tag to compare
  • Add GitHub Action summary when using --github-actions option
  • Add ability to track build times with the new --build-time flag

v0.4.24

03 Nov 15:45
Compare
Choose a tag to compare

v0.4.23

19 Oct 23:54
Compare
Choose a tag to compare
  • Fix Console Alert Perf Plot button bug
  • Fix benchmark.js adapter (js_benchmark) float parsing bug (Thank you @arv)
  • Fix Catch2 adapter (cpp_catch2) long name parse bug
  • BREAKING CHANGE The Catch2 adapter (cpp_catch2) now includes the test case name in the benchmark name (ex: Test Case: Benchmark Name)
  • Fix Benchmark results table x-overflow bug when there were several Measures

v0.4.22

14 Oct 01:38
Compare
Choose a tag to compare
  • Remove bloom filter in Perf Query when there is no branch head specified