etcd-io / bbolt

An embedded key/value database for Go.
https://go.etcd.io/bbolt
MIT License
8.16k stars 634 forks source link

[1.3] cmd/bbolt: write bench results to stdout #805

Closed tjungblu closed 1 month ago

tjungblu commented 1 month ago

backport of #767 to fix the missing output on nightly benchmarks

/assign @ivanvc

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ahrtr, ivanvc, tjungblu

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/etcd-io/bbolt/blob/release-1.3/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ivanvc commented 1 month ago

/retitle [1.3] cmd/bbolt: write bench results to stdout