Skip to content

chore(deps): bump bencherdev/bencher from 0.6.8 to 0.6.12 - #103

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/bencherdev/bencher-0.6.12
Open

chore(deps): bump bencherdev/bencher from 0.6.8 to 0.6.12#103
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/bencherdev/bencher-0.6.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps bencherdev/bencher from 0.6.8 to 0.6.12.

Release notes

Sourced from bencherdev/bencher's releases.

v0.6.12

  • Support Gungraun JSON format (Thank you gamma0987)

v0.6.11

  • Fix the percent difference shown in the report table when a metric drops to zero; a value of 0.00 against a positive baseline now shows -100.00% instead of 0.00% in both the Console and the CI comment (Thank you @​OmarTawfik)
  • BREAKING CHANGE Name the GitHub Check after the Project (ie Bencher Report (<PROJECT NAME>)) so runs for different Projects on the same commit no longer overwrite each other; --ci-id takes the Project name's place when set, the in-progress Check falls back to Bencher Report until the results are posted when --project is not set, and the name is truncated to 255 bytes. Update any required status check named Bencher Report in branch protection to the new name, and note that renaming a Project changes the Check name too (Thank you @​OmarTawfik)

v0.6.10

  • Add a Y-Axis scale toggle to perf plots with three modes (Auto, Linear, and Log); the Auto default preserves the existing adaptive scaling, Log falls back to Auto when the data includes zero or negative values, and the selection is saved in the plot URL, restored for pinned plots, and can be set with bencher plot create --y-axis or changed with bencher plot update --y-axis
  • Selecting a pinned plot from the Plots tab in the Perf explorer now applies the plot's saved X-Axis and Y-Axis instead of the defaults
  • Thin the Branch Version Number x-axis tick labels to fit the plot width; previously every version rendered a label, which overlapped into an unreadable smear on plots with many versions
  • Add Bencher MCP, a hosted Model Context Protocol server at https://mcp.bencher.dev/mcp (/mcp on Self-Hosted); AI agents and assistants can query benchmark data and submit runs with the same permissions as a project API key (bencher_run_*), without needing the bencher CLI installed

v0.6.9

  • Add Vitest adapter (js_vitest)
  • Add a database.cache_size server config option for the writer connection page cache in KiB (default 64 MiB)
  • Update a pinned plot in place with PATCH /v0/projects/{project}/plots/{plot}, the Perf explorer "Update Pin" button, or bencher plot update
  • Reject plot dimension UUIDs from other projects with a 404 Not Found and empty dimension lists with a 400 Bad Request
  • Add the project name and link as the first row of the PR comment report table (Thank you @​OmarTawfik)
  • Create the GitHub Check with an in_progress status before benchmarks run and complete it with the results once they finish, so reruns no longer show a stale conclusion; if bencher run exits with an error before the results are posted, the check is marked as failed (Thank you @​OmarTawfik)
  • Add runner update channels via runner up --update-channel <stable|canary> (default: stable); the canary channel tracks a rolling prerelease that is rebuilt whenever the runner changes on a Bencher Cloud deploy, so runner changes are field-tested on Bencher Cloud before a versioned release; canary runners report their binary checksum and converge on the published build by content rather than by version
  • Runner self-update checksum fetch failures no longer drop the WebSocket channel into a reconnect loop; the server now logs the failure, skips the update offer, and retries at the runner's next ready poll
  • BREAKING CHANGE The reports list endpoint (GET /v0/projects/{project}/reports) now omits the results and alerts for each report by default, drastically reducing response sizes for projects with large reports; set the new expand query param to true (bencher report list --expand) to restore the previous behavior. A new counts field summarizes each report with the number of benchmarks and distinct measures per iteration and the total and active alerts. Note that older CLI versions cannot parse the new default list response, so update the CLI before using bencher report list; bencher run is unaffected
Commits
  • 8d75325 Release v0.6.12
  • eff31e6 Run the Console against the dev API without a local API (#981)
  • 214a7c8 Remove Netlify from the console deploy path (#975)
  • a5cf93a Support gungraun json format (#962)
  • 8fe6262 Add exacb, zkbenchmarks, babybear-labs, LITA, and Aerospike to Prior Art (#974)
  • 6a0a885 Deploy the prod console to Cloudflare Workers (#973)
  • 408b45c Bump Litestream from 0.5.13 to 0.5.16 (#966)
  • b61d333 Authenticate the console smoke test with a secret header (#968)
  • 9e9dfed Restore the Cloudflare console adapter files (#969)
  • 13a240a Deploy the dev console to Cloudflare Workers (#965)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bencherdev/bencher](https://github.com/bencherdev/bencher) from 0.6.8 to 0.6.12.
- [Release notes](https://github.com/bencherdev/bencher/releases)
- [Commits](bencherdev/bencher@5f9d4cf...8d75325)

---
updated-dependencies:
- dependency-name: bencherdev/bencher
  dependency-version: 0.6.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 30, 2026
@dependabot
dependabot Bot requested a review from ccuetoh as a code owner August 30, 2026 01:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 30, 2026
@github-actions

Copy link
Copy Markdown

🐰 Bencher Report

Branchdependabot/github_actions/bencherdev/bencher-0.6.12
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
nanoseconds (ns)
(Result Δ%)
Upper Boundary
nanoseconds (ns)
(Limit %)
BenchmarkNgrams-4📈 view plot
🚷 view threshold
1,051.00 ns
(+11.18%)Baseline: 945.32 ns
1,228.91 ns
(85.52%)
BenchmarkNormalizeCountry-4📈 view plot
🚷 view threshold
424.20 ns
(+5.69%)Baseline: 401.35 ns
521.75 ns
(81.30%)
BenchmarkNormalizeDate-4📈 view plot
🚷 view threshold
610.90 ns
(+12.53%)Baseline: 542.89 ns
705.76 ns
(86.56%)
BenchmarkNormalizeIdentifier-4📈 view plot
🚷 view threshold
682.70 ns
(+12.29%)Baseline: 608.00 ns
790.40 ns
(86.37%)
BenchmarkNormalizeName-4📈 view plot
🚷 view threshold
1,970.00 ns
(+14.51%)Baseline: 1,720.36 ns
2,236.46 ns
(88.09%)
BenchmarkTokenizeDeterministic-4📈 view plot
🚷 view threshold
4,395.00 ns
(+8.34%)Baseline: 4,056.77 ns
5,273.80 ns
(83.34%)
BenchmarkTokenizeProbabilistic-4📈 view plot
🚷 view threshold
27,114.00 ns
(-21.21%)Baseline: 34,411.88 ns
44,735.45 ns
(60.61%)
🐰 View full continuous benchmarking report in Bencher

@github-actions

Copy link
Copy Markdown

🐰 Bencher Report

Branchdependabot/github_actions/bencherdev/bencher-0.6.12
Testbedubuntu-latest

⚠️ WARNING: Truncated view!

The full continuous benchmarking report exceeds the maximum length allowed on this platform.

🚨 27 Alerts

🐰 View full continuous benchmarking report in Bencher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants