Releases: bencherdev/bencher
Releases Β· bencherdev/bencher
v0.4.31
- Fix Report measure count bug
- Auto-scale units in Perf Plots, Perf Images, Reports, and PR comments
v0.4.30
- Fix Bencher Self-Hosted Console build bug since
v0.4.24
v0.4.29
- 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
- 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
- Limit GitHub Action Check to 65,535 characters
- Fix CLI HTML table output bug for Benchmarks with different Measures
v0.4.26
- Fix GitHub Action summary bug (Thank you @dklassic)
v0.4.25
- Add GitHub Action summary when using
--github-actions
option - Add ability to track build times with the new
--build-time
flag
v0.4.24
v0.4.23
- 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
- Remove bloom filter in Perf Query when there is no branch head specified