Releases: bencherdev/bencher
Releases · bencherdev/bencher
v0.3.24
- Add URL fragment links to all headings 🔗
- Fix browser navigation to replace history for automatic query args, like pagination
- Scroll to top of page when changing paginated pages
- Allow Branch, Testbed, and Measure names to be used in addition to slugs and UUIDs for Report (
GET
list &POST
), Threshold (GET
list &POST
), and Branch (POST
start point) endpoints - Validate Branch and Testbed exist before running benchmarks with
bencher run
v0.3.23
- Move CLI over to relaxed response parsing and add
--strict
flag to enable strict response parsing - Add
--quiet
flag tobencher run
to enable quite mode and only output the final Report JSON
v0.3.22
- The Boundary Limits object is now optional for Perf query results and Reports
- Update all
POST
API endpoints with creation semantics to return a201
status code - Update all
PUT
andPATCH
API endpoints with immediate update semantics to return a200
status code - Update all
DELETE
API endpoints to return a204
status code and an empty body
v0.3.21
- Add Hyperfine adapter
- Rename
Metric Kind
toMeasure
v0.3.20
- Rename
average
tobaseline
for the Boundary Limits
v0.3.19
- Include the
average
used for the Boundary Limits - Remove
--ci-public-links
forbencher run
and simply use the project visibility to determine PR links - Replace
--ci-with-metrics
with--ci-no-metrics
forbencher run
and make showing benchmark metrics and boundary limits on PRs the default
v0.3.18
- Add public Alert pages
- Add a
--ci-public-links
option tobencher run
to only post public links to PRs - Add a
--ci-with-metrics
option tobencher run
to display benchmark metrics and boundary limits on PRs - Update GitHub Actions PR documentation
v0.3.17
- Fix word break CSS in console UI
- Add status bar for perf plot loading
- Fix perf plot x-axis label
- Improve embedded perf plot layout
v0.3.16
- Improve
bencher_client
ergonomics for use inrustls
- Fix navbar bug on public pages while logged in
- Add Bencher Learn section to the site
- Set max perf query permutations to
255
- BREAKING CHANGE: Move from single
metric_kind
to array ofmetric_kinds
for perf plot query
v0.3.15
- Embedded Perf Plots
- Move default Threshold Boundaries from
0.95
to0.98
- Add server statistics collection to Bencher Self-Hosted instances