Skip to content

deps: Bump the go-dependencies group across 1 directory with 4 updates - #422

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-a0adaf7c8a
Closed

deps: Bump the go-dependencies group across 1 directory with 4 updates#422
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-a0adaf7c8a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 4 updates in the / directory: charm.land/bubbles/v2, github.com/anthropics/anthropic-sdk-go, github.com/mark3labs/mcp-go and github.com/mattn/go-runewidth.

Updates charm.land/bubbles/v2 from 2.1.1 to 2.2.1

Release notes

Sourced from charm.land/bubbles/v2's releases.

v2.2.1

Tiny Monday bugfix

Textarea element had a bug, where you used to be able to go 1 word backwards, even if there was nothing, which resulted in the whole TUI freezing. It was now fixed by @​OxQuasar!

Changelog

Fixed

  • f6134114d735cf40e95c15ff62e7359e46d04fc9: fix(textarea): stop word-left at input boundary (#1036) (@​OxQuasar)

Docs

  • 87d445838781700cb25e3fc3a6b26006eab97b41: docs: update godoc link in readme to new package (@​meowgorithm)

Other stuff

  • 10489b5fafe92bfaea873297cab8ac8b5c5237f4: readme: drop tree section for now (@​meowgorithm)
  • 490948109eb4731927ba2f4cd464d8175a9630d7: v2.2.1 (@​andrinoff)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v2.2.0

A new Bubble and some new Textarea stuff

There are a couple nice features in today's release. Let's check em out!

If a tree falls in the forest…

At last, the tree Bubble from all star contributor @​dlvhdr’s is here! He built it for DiffNav and graciously contributed to Bubbles. We've been working with Dolev for a long time and were totally stoked when he offerd to contribute.

Select all, ctrl+c, ctrl+v…done!

Our own @​andrinoff added a bunch of awesome stuff to Textarea, including the long awaited text selection. Select, copy, and cut your way into mini text editing.

For more info see the docs.

And special thanks to @​zoriya for adding ctrl+left/right bindings.

xoxo, Charm! 💌

Changelog

New!

  • 8cea431500a8837c241cbe8ad71601aa8f00a0d9: feat(textarea): support ctrl + left/right/backspace (#1020) (@​zoriya)
  • 037ad37bb0aa6e8ec544df6d3af752755f0a72d9: feat: textarea selection (#1029) (@​andrinoff)
  • e97af08ee293131e7b71f7e3006c06a81a2584b8: feat: tree bubble (#893) (@​dlvhdr)

... (truncated)

Commits

Updates github.com/anthropics/anthropic-sdk-go from 1.66.0 to 1.70.1

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.70.1

1.70.1 (2026-09-03)

Full Changelog: v1.70.0...v1.70.1

v1.70.0

1.70.0 (2026-09-02)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add support for sending a workspace ID on more endpoints (75477bf)

Bug Fixes

  • client: surface non-JSON error response bodies in error messages (7e89315)

Chores

  • internal: narrower codeowners scope (24487eb)
  • internal: revert codeowners change (0717fba)

Documentation

  • api: update a few doc strings (5c4b77b)

v1.69.0

1.69.0 (2026-09-01)

Full Changelog: v1.68.0...v1.69.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (d8b0de6)
  • api: manual updates (b508af4)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (ee32922)

Bug Fixes

  • client: send only the base name of a file's path as its multipart filename (fd15b77)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#426) (3612d4c)

... (truncated)

Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.70.1 (2026-09-03)

Full Changelog: v1.70.0...v1.70.1

1.70.0 (2026-09-02)

Full Changelog: v1.69.0...v1.70.0

Features

  • api: add support for sending a workspace ID on more endpoints (75477bf)

Bug Fixes

  • client: surface non-JSON error response bodies in error messages (7e89315)

Chores

  • internal: narrower codeowners scope (24487eb)
  • internal: revert codeowners change (0717fba)

Documentation

  • api: update a few doc strings (5c4b77b)

1.69.0 (2026-09-01)

Full Changelog: v1.68.0...v1.69.0

Features

  • api: beta user profiles: add external_user_onboarded_at, remove relationship in favor of access_type (d8b0de6)
  • api: manual updates (b508af4)
  • api: organization compliance settings, user-profile order_by, memory-store and toolset schema updates (ee32922)

Bug Fixes

  • client: send only the base name of a file's path as its multipart filename (fd15b77)

Documentation

  • changelog: detail the beta files/skills GA-shape change (#426) (3612d4c)

1.68.0 (2026-08-27)

... (truncated)

Commits
  • e9c104e Merge pull request #436 from anthropics/release-please--branches--main--chang...
  • b198dfc release: 1.70.1
  • d099cce Merge branch 'main' into next
  • 92209b6 Merge pull request #433 from anthropics/release-please--branches--main--chang...
  • 65a3fd1 feat(api): add Claude Tag category and user breakdowns to usage reports
  • 76d9ba3 Build SDK
  • ed41e37 chore(internal): bundle the mock server spec and update breaking-change detec...
  • 8e6ecbf fix(bedrock): sign with SigV4 when credentials are present instead of an SSO ...
  • 22bb814 release: 1.70.0
  • 0717fba chore(internal): revert codeowners change
  • Additional commits viewable in compare view

Updates github.com/mark3labs/mcp-go from 0.58.0 to 1.0.0

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v1.0.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.58.0...v1.0.0

Release v1.0.0-beta.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.58.0...v1.0.0-beta.1

Commits
  • 51930cf chore(otel): point the parent requirement at v1.0.0
  • fe753d7 chore: satisfy newer govet and modernize analyzers
  • 735bec2 fix(transport): repair readSSE test call after signature change
  • 816148c feat(client): add task polling helper (#954)
  • 14895e6 fix: don't fire connection-lost handler on intentional SSE close (#962)
  • 829342c chore(server): move httptest helpers to server/servertest (#966)
  • 8841bf7 fix(transport): drain stdio subprocess stderr to avoid pipe-full deadlock (#963)
  • ce22e26 fix(mcp): carry _meta on ResourceLink content (#965)
  • 329eda3 fix(transport): prevent SSE client panics on duplicate endpoint and concurren...
  • 216c2d2 fix: report correct item index in RequireIntSlice conversion error (#958)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-runewidth from 0.0.28 to 0.0.29

Commits
  • 218f489 Merge pull request #107 from lenamonj/fix-createlut-rebuild
  • 9194f28 Skip the LUT rebuild when the flags it was built from are unchanged
  • f6162bc CreateLUT: rebuild the table after a DefaultCondition flag change
  • 81cd213 Merge pull request #106 from lenamonj/fix-wrap-zero-width
  • a179420 Use max to keep the Wrap capacity hint from dividing by zero
  • da93697 Wrap: do not panic when the width is zero
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 4 updates in the / directory: [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles), [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth).


Updates `charm.land/bubbles/v2` from 2.1.1 to 2.2.1
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v2.1.1...v2.2.1)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.66.0 to 1.70.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.66.0...v1.70.1)

Updates `github.com/mark3labs/mcp-go` from 0.58.0 to 1.0.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.58.0...v1.0.0)

Updates `github.com/mattn/go-runewidth` from 0.0.28 to 0.0.29
- [Commits](mattn/go-runewidth@v0.0.28...v0.0.29)

---
updated-dependencies:
- dependency-name: charm.land/bubbles/v2
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.70.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-dependencies
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: go. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Dependency updates label Sep 7, 2026
@dependabot
dependabot Bot requested a review from jongio as a code owner September 7, 2026 01:55
@dependabot dependabot Bot added the dependencies Dependency updates label Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Benchmarks: linux-amd64

📊 Results vs main (same-runner) , click to expand
goos: linux
goarch: amd64
pkg: github.com/jongio/grut/internal/ai
cpu: INTEL(R) XEON(R) PLATINUM 8573C
                                       │ bench-baseline.txt │         bench-current.txt         │
                                       │       sec/op       │   sec/op     vs base              │
RedactContent/small_500B-4                      97.37µ ± 1%   96.16µ ± 0%  -1.24% (p=0.002 n=6)
RedactContent/medium_5KB-4                      1.308m ± 1%   1.304m ± 0%  -0.30% (p=0.002 n=6)
RedactContent/large_50KB-4                      14.88m ± 2%   14.81m ± 0%  -0.52% (p=0.002 n=6)
RedactContent_NoMatch/small_500B-4              136.3µ ± 1%   135.7µ ± 0%       ~ (p=0.065 n=6)
RedactContent_NoMatch/medium_5KB-4              1.547m ± 2%   1.540m ± 0%       ~ (p=0.065 n=6)
RedactContent_NoMatch/large_50KB-4              17.41m ± 5%   17.23m ± 0%  -1.04% (p=0.002 n=6)
ShouldExcludeFile/match_builtin-4               73.34n ± 1%   74.04n ± 1%       ~ (p=0.180 n=6)
ShouldExcludeFile/match_user_pattern-4          2.559µ ± 0%   2.484µ ± 0%  -2.95% (p=0.002 n=6)
ShouldExcludeFile/no_match-4                    1.703µ ± 1%   1.657µ ± 0%  -2.70% (p=0.002 n=6)
NewRedactor-4                                   705.9n ± 1%   701.4n ± 1%       ~ (p=0.058 n=6)
geomean                                         66.01µ        65.38µ       -0.94%

                                       │ bench-baseline.txt │           bench-current.txt           │
                                       │        B/op        │     B/op       vs base                │
RedactContent/small_500B-4                 2.881Ki ±   0%     2.881Ki ±  0%       ~ (p=0.636 n=6)
RedactContent/medium_5KB-4                 36.36Ki ±   0%     36.34Ki ±  0%       ~ (p=0.589 n=6)
RedactContent/large_50KB-4                 370.2Ki ±   0%     370.2Ki ±  0%       ~ (p=0.327 n=6)
RedactContent_NoMatch/small_500B-4           2.000 ±    ?       4.000 ±   ?       ~ (p=1.000 n=6)
RedactContent_NoMatch/medium_5KB-4           57.00 ± 100%       57.50 ± 98%       ~ (p=0.848 n=6)
RedactContent_NoMatch/large_50KB-4           106.0 ±  93%       106.0 ± 93%       ~ (p=1.000 n=6)
ShouldExcludeFile/match_builtin-4            0.000 ±   0%       0.000 ±  0%       ~ (p=1.000 n=6) ¹
ShouldExcludeFile/match_user_pattern-4       0.000 ±   0%       0.000 ±  0%       ~ (p=1.000 n=6) ¹
ShouldExcludeFile/no_match-4                 0.000 ±   0%       0.000 ±  0%       ~ (p=1.000 n=6) ¹
NewRedactor-4                              1.320Ki ±   0%     1.320Ki ±  0%       ~ (p=1.000 n=6) ¹
geomean                                                   ²                  +7.27%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                       │ bench-baseline.txt │         bench-current.txt          │
                                       │     allocs/op      │ allocs/op   vs base                │
RedactContent/small_500B-4                     12.00 ± 0%     12.00 ± 0%       ~ (p=1.000 n=6) ¹
RedactContent/medium_5KB-4                     60.00 ± 0%     60.00 ± 0%       ~ (p=1.000 n=6) ¹
RedactContent/large_50KB-4                     483.0 ± 0%     483.0 ± 0%       ~ (p=1.000 n=6)
RedactContent_NoMatch/small_500B-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RedactContent_NoMatch/medium_5KB-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RedactContent_NoMatch/large_50KB-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ShouldExcludeFile/match_builtin-4              0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ShouldExcludeFile/match_user_pattern-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ShouldExcludeFile/no_match-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
NewRedactor-4                                  5.000 ± 0%     5.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                   ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/jongio/grut/internal/config
                                   │ bench-baseline.txt │         bench-current.txt         │
                                   │       sec/op       │   sec/op     vs base              │
Validate/valid_defaults-4                   2.051µ ± 3%   2.047µ ± 0%       ~ (p=0.411 n=6)
Validate/with_arrays-4                      7.277µ ± 3%   7.297µ ± 3%       ~ (p=0.221 n=6)
Validate/invalid_multi_error-4              4.726µ ± 0%   4.745µ ± 1%       ~ (p=0.102 n=6)
ParseDefaultsTOML-4                         28.34µ ± 1%   28.36µ ± 0%       ~ (p=0.937 n=6)
RejectEmbeddedKeys/clean_config-4           1.192µ ± 0%   1.193µ ± 1%       ~ (p=0.961 n=6)
RejectEmbeddedKeys/with_patterns-4          7.775µ ± 1%   7.721µ ± 3%  -0.69% (p=0.009 n=6)
AppendEnumErr/match_first-4                 28.48n ± 2%   28.43n ± 1%       ~ (p=0.368 n=6)
AppendEnumErr/match_last-4                  29.41n ± 1%   29.43n ± 5%       ~ (p=0.515 n=6)
AppendEnumErr/no_match-4                    815.2n ± 0%   813.8n ± 1%       ~ (p=0.260 n=6)
geomean                                     1.326µ        1.325µ       -0.05%

                                   │ bench-baseline.txt │          bench-current.txt           │
                                   │        B/op        │     B/op      vs base                │
Validate/valid_defaults-4                  868.0 ± 0%       868.0 ± 0%       ~ (p=0.636 n=6)
Validate/with_arrays-4                     868.0 ± 0%       867.0 ± 0%       ~ (p=0.242 n=6)
Validate/invalid_multi_error-4           2.040Ki ± 0%     2.040Ki ± 0%       ~ (p=0.729 n=6)
ParseDefaultsTOML-4                      1.836Ki ± 0%     1.836Ki ± 0%       ~ (p=1.000 n=6) ¹
RejectEmbeddedKeys/clean_config-4          0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
RejectEmbeddedKeys/with_patterns-4         0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
AppendEnumErr/match_first-4                48.00 ± 0%       48.00 ± 0%       ~ (p=1.000 n=6) ¹
AppendEnumErr/match_last-4                 48.00 ± 0%       48.00 ± 0%       ~ (p=1.000 n=6) ¹
AppendEnumErr/no_match-4                   346.0 ± 0%       346.0 ± 0%       ~ (p=1.000 n=6)
geomean                                               ²                 -0.01%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                   │ bench-baseline.txt │         bench-current.txt          │
                                   │     allocs/op      │ allocs/op   vs base                │
Validate/valid_defaults-4                  18.00 ± 0%     18.00 ± 0%       ~ (p=1.000 n=6) ¹
Validate/with_arrays-4                     18.00 ± 0%     18.00 ± 0%       ~ (p=1.000 n=6) ¹
Validate/invalid_multi_error-4             58.00 ± 0%     58.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseDefaultsTOML-4                        52.00 ± 0%     52.00 ± 0%       ~ (p=1.000 n=6) ¹
RejectEmbeddedKeys/clean_config-4          0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RejectEmbeddedKeys/with_patterns-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
AppendEnumErr/match_first-4                1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
AppendEnumErr/match_last-4                 1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
AppendEnumErr/no_match-4                   12.00 ± 0%     12.00 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                               ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/jongio/grut/internal/crashlog
                                 │ bench-baseline.txt │         bench-current.txt         │
                                 │       sec/op       │   sec/op     vs base              │
ScrubPII/small_100B-4                     11.96µ ± 0%   11.97µ ± 0%       ~ (p=0.667 n=6)
ScrubPII/medium_1KB-4                     199.7µ ± 0%   199.1µ ± 0%  -0.29% (p=0.015 n=6)
ScrubPII/large_10KB-4                     2.769m ± 0%   2.788m ± 1%       ~ (p=0.394 n=6)
ScrubPII_NoSecrets/100B-4                 21.91µ ± 0%   21.94µ ± 0%       ~ (p=0.165 n=6)
ScrubPII_NoSecrets/1KB-4                  210.5µ ± 0%   210.4µ ± 0%       ~ (p=0.485 n=6)
ScrubPII_NoSecrets/10KB-4                 2.628m ± 1%   2.627m ± 4%       ~ (p=0.818 n=6)
ScrubLogTail/10_entries-4                 119.9µ ± 0%   120.0µ ± 0%       ~ (p=0.818 n=6)
ScrubLogTail/50_entries-4                 598.5µ ± 0%   598.1µ ± 0%       ~ (p=0.589 n=6)
ScrubLogTail/100_entries_mixed-4          9.580m ± 0%   9.568m ± 0%       ~ (p=0.589 n=6)
geomean                                   336.4µ        336.5µ       +0.03%

                                 │ bench-baseline.txt │         bench-current.txt          │
                                 │        B/op        │     B/op      vs base              │
ScrubPII/small_100B-4                      914.0 ± 0%     914.0 ± 0%       ~ (p=0.991 n=6)
ScrubPII/medium_1KB-4                    11.89Ki ± 0%   11.89Ki ± 0%       ~ (p=0.173 n=6)
ScrubPII/large_10KB-4                    228.0Ki ± 0%   228.3Ki ± 0%  +0.15% (p=0.026 n=6)
ScrubPII_NoSecrets/100B-4                1.174Ki ± 0%   1.174Ki ± 0%       ~ (p=1.000 n=6)
ScrubPII_NoSecrets/1KB-4                 10.10Ki ± 0%   10.10Ki ± 0%       ~ (p=0.812 n=6)
ScrubPII_NoSecrets/10KB-4                101.1Ki ± 0%   101.1Ki ± 0%       ~ (p=0.781 n=6)
ScrubLogTail/10_entries-4                9.089Ki ± 0%   9.088Ki ± 0%       ~ (p=0.805 n=6)
ScrubLogTail/50_entries-4                45.49Ki ± 0%   45.52Ki ± 0%       ~ (p=0.288 n=6)
ScrubLogTail/100_entries_mixed-4         545.4Ki ± 0%   545.8Ki ± 0%       ~ (p=0.394 n=6)
geomean                                  20.55Ki        20.56Ki       +0.02%

                                 │ bench-baseline.txt │          bench-current.txt          │
                                 │     allocs/op      │  allocs/op   vs base                │
ScrubPII/small_100B-4                      17.00 ± 0%    17.00 ± 0%       ~ (p=1.000 n=6) ¹
ScrubPII/medium_1KB-4                      27.00 ± 0%    27.00 ± 0%       ~ (p=1.000 n=6) ¹
ScrubPII/large_10KB-4                      79.00 ± 1%    80.00 ± 1%       ~ (p=0.080 n=6)
ScrubPII_NoSecrets/100B-4                  15.00 ± 0%    15.00 ± 0%       ~ (p=1.000 n=6) ¹
ScrubPII_NoSecrets/1KB-4                   15.00 ± 0%    15.00 ± 0%       ~ (p=1.000 n=6) ¹
ScrubPII_NoSecrets/10KB-4                  15.00 ± 0%    15.00 ± 0%       ~ (p=1.000 n=6) ¹
ScrubLogTail/10_entries-4                  171.0 ± 0%    171.0 ± 0%       ~ (p=1.000 n=6) ¹
ScrubLogTail/50_entries-4                  851.0 ± 0%    851.0 ± 0%       ~ (p=1.000 n=6) ¹
ScrubLogTail/100_entries_mixed-4          1.909k ± 0%   1.909k ± 0%       ~ (p=1.000 n=6) ¹
geomean                                    68.68         68.78       +0.14%
¹ all samples are equal

pkg: github.com/jongio/grut/internal/git
                               │ bench-baseline.txt │         bench-current.txt         │
                               │       sec/op       │   sec/op     vs base              │
ParseStatus/10_files-4                 1.610µ ±  1%   1.608µ ± 1%       ~ (p=0.699 n=6)
ParseStatus/100_files-4                13.94µ ±  0%   13.89µ ± 1%       ~ (p=0.394 n=6)
ParseStatus/500_files-4                67.86µ ±  2%   68.24µ ± 1%       ~ (p=0.784 n=6)
ParseStatus/100_renamed-4              21.27µ ±  1%   21.23µ ± 1%       ~ (p=0.394 n=6)
ParseStatusBranch-4                    1.825µ ±  1%   1.832µ ± 0%  +0.36% (p=0.009 n=6)
ParseDiff/10_lines-4                   1.016µ ±  4%   1.011µ ± 1%       ~ (p=0.167 n=6)
ParseDiff/100_lines-4                  6.638µ ± 10%   6.613µ ± 1%       ~ (p=0.180 n=6)
ParseDiff/1000_lines-4                 67.07µ ±  1%   67.65µ ± 7%       ~ (p=0.065 n=6)
ParseHunkHeader/simple-4               94.91n ±  1%   94.91n ± 0%       ~ (p=0.900 n=6)
ParseHunkHeader/with_context-4         100.4n ±  0%   100.4n ± 0%       ~ (p=1.000 n=6)
ParseHunkHeader/large_range-4          116.6n ±  0%   116.6n ± 0%       ~ (p=1.000 n=6)
UndoStack/record_50-4                  17.01µ ±  1%   16.97µ ± 0%       ~ (p=0.513 n=6)
UndoStack/record_overflow-4            68.71µ ±  1%   68.55µ ± 1%       ~ (p=0.937 n=6)
UndoStack/peek_undo-4                  18.27n ±  0%   18.28n ± 0%       ~ (p=1.000 n=6)
UndoStack/can_undo_redo-4              34.03n ±  0%   34.02n ± 0%       ~ (p=0.699 n=6)
JoinPaths-4                            1.177µ ±  1%   1.178µ ± 1%       ~ (p=0.816 n=6)
SplitPaths-4                           2.313µ ±  1%   2.313µ ± 1%       ~ (p=0.621 n=6)
geomean                                1.908µ         1.908µ       -0.01%

                               │ bench-baseline.txt │          bench-current.txt           │
                               │        B/op        │     B/op      vs base                │
ParseStatus/10_files-4               2.641Ki ± 0%     2.641Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseStatus/100_files-4              24.66Ki ± 0%     24.66Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseStatus/500_files-4              111.9Ki ± 0%     111.9Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseStatus/100_renamed-4            32.16Ki ± 0%     32.16Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseStatusBranch-4                    928.0 ± 0%       928.0 ± 0%       ~ (p=1.000 n=6) ¹
ParseDiff/10_lines-4                 1.703Ki ± 0%     1.703Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseDiff/100_lines-4                11.02Ki ± 0%     11.02Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseDiff/1000_lines-4               116.5Ki ± 0%     116.5Ki ± 0%       ~ (p=1.000 n=6) ¹
ParseHunkHeader/simple-4               32.00 ± 0%       32.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseHunkHeader/with_context-4         32.00 ± 0%       32.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseHunkHeader/large_range-4          32.00 ± 0%       32.00 ± 0%       ~ (p=1.000 n=6) ¹
UndoStack/record_50-4                22.91Ki ± 0%     22.91Ki ± 0%       ~ (p=1.000 n=6)
UndoStack/record_overflow-4          87.27Ki ± 0%     87.27Ki ± 0%       ~ (p=0.545 n=6)
UndoStack/peek_undo-4                  0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
UndoStack/can_undo_redo-4              0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
JoinPaths-4                          2.625Ki ± 0%     2.625Ki ± 0%       ~ (p=1.000 n=6) ¹
SplitPaths-4                         6.062Ki ± 0%     6.062Ki ± 0%       ~ (p=1.000 n=6) ¹
geomean                                           ²                 +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                               │ bench-baseline.txt │         bench-current.txt          │
                               │     allocs/op      │ allocs/op   vs base                │
ParseStatus/10_files-4                 14.00 ± 0%     14.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseStatus/100_files-4                89.00 ± 0%     89.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseStatus/500_files-4                411.0 ± 0%     411.0 ± 0%       ~ (p=1.000 n=6) ¹
ParseStatus/100_renamed-4              209.0 ± 0%     209.0 ± 0%       ~ (p=1.000 n=6) ¹
ParseStatusBranch-4                    2.000 ± 0%     2.000 ± 0%       ~ (p=1.000 n=6) ¹
ParseDiff/10_lines-4                   9.000 ± 0%     9.000 ± 0%       ~ (p=1.000 n=6) ¹
ParseDiff/100_lines-4                  46.00 ± 0%     46.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseDiff/1000_lines-4                 448.0 ± 0%     448.0 ± 0%       ~ (p=1.000 n=6) ¹
ParseHunkHeader/simple-4               1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
ParseHunkHeader/with_context-4         1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
ParseHunkHeader/large_range-4          1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
UndoStack/record_50-4                  208.0 ± 0%     208.0 ± 0%       ~ (p=1.000 n=6) ¹
UndoStack/record_overflow-4            811.0 ± 0%     811.0 ± 0%       ~ (p=1.000 n=6) ¹
UndoStack/peek_undo-4                  0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
UndoStack/can_undo_redo-4              0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
JoinPaths-4                            1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
SplitPaths-4                           7.000 ± 0%     7.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                           ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/jongio/grut/internal/markdown
                                   │ bench-baseline.txt │         bench-current.txt         │
                                   │       sec/op       │   sec/op     vs base              │
RenderStaticCached/same_width-4             449.2µ ± 9%   449.2µ ± 0%       ~ (p=0.937 n=6)
RenderStaticCached/varying_width-4          515.3µ ± 2%   516.8µ ± 7%       ~ (p=0.310 n=6)
RenderStaticCold-4                          474.2µ ± 1%   473.9µ ± 1%       ~ (p=0.818 n=6)
geomean                                     478.8µ        479.2µ       +0.07%

                                   │ bench-baseline.txt │         bench-current.txt          │
                                   │        B/op        │     B/op      vs base              │
RenderStaticCached/same_width-4            122.0Ki ± 0%   122.1Ki ± 0%       ~ (p=0.937 n=6)
RenderStaticCached/varying_width-4         144.4Ki ± 0%   144.5Ki ± 0%       ~ (p=0.818 n=6)
RenderStaticCold-4                         162.7Ki ± 0%   162.4Ki ± 1%       ~ (p=0.310 n=6)
geomean                                    142.1Ki        142.0Ki       -0.02%

                                   │ bench-baseline.txt │          bench-current.txt          │
                                   │     allocs/op      │  allocs/op   vs base                │
RenderStaticCached/same_width-4             12.18k ± 0%   12.18k ± 0%       ~ (p=1.000 n=6) ¹
RenderStaticCached/varying_width-4          13.76k ± 0%   13.77k ± 0%       ~ (p=0.719 n=6)
RenderStaticCold-4                          5.825k ± 0%   5.825k ± 0%       ~ (p=0.316 n=6)
geomean                                     9.920k        9.920k       -0.00%
¹ all samples are equal

pkg: github.com/jongio/grut/internal/notify
                           │ bench-baseline.txt │         bench-current.txt         │
                           │       sec/op       │   sec/op     vs base              │
NotifyToastChurn-4                  350.7n ± 1%   350.7n ± 1%       ~ (p=0.909 n=6)
NotifyToastLifecycleCold-4          651.1n ± 1%   653.0n ± 1%       ~ (p=0.937 n=6)
NotifyInlineCap-4                   983.2n ± 3%   984.4n ± 2%       ~ (p=0.394 n=6)
geomean                             607.8n        608.6n       +0.14%

                           │ bench-baseline.txt │         bench-current.txt          │
                           │        B/op        │    B/op     vs base                │
NotifyToastChurn-4                   144.0 ± 0%   144.0 ± 0%       ~ (p=1.000 n=6) ¹
NotifyToastLifecycleCold-4           848.0 ± 0%   848.0 ± 0%       ~ (p=1.000 n=6) ¹
NotifyInlineCap-4                    104.0 ± 0%   104.0 ± 0%       ~ (p=1.000 n=6) ¹
geomean                              233.3        233.3       +0.00%
¹ all samples are equal

                           │ bench-baseline.txt │         bench-current.txt          │
                           │     allocs/op      │ allocs/op   vs base                │
NotifyToastChurn-4                   2.000 ± 0%   2.000 ± 0%       ~ (p=1.000 n=6) ¹
NotifyToastLifecycleCold-4           10.00 ± 0%   10.00 ± 0%       ~ (p=1.000 n=6) ¹
NotifyInlineCap-4                    2.000 ± 0%   2.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                              3.420        3.420       +0.00%
¹ all samples are equal

pkg: github.com/jongio/grut/internal/panels/filetree
                                               │ bench-baseline.txt │         bench-current.txt          │
                                               │       sec/op       │   sec/op     vs base               │
TreeRebuildVisible/flat_50_files-4                      184.4n ± 0%   138.0n ± 0%  -25.19% (p=0.002 n=6)
TreeRebuildVisible/nested_5_levels_461_nodes-4          2.175µ ± 0%   1.927µ ± 1%  -11.40% (p=0.002 n=6)
TreeRebuildVisible/large_1000_nodes-4                   3.915µ ± 2%   3.140µ ± 0%  -19.80% (p=0.002 n=6)
RenderLine/file_node-4                                  4.000µ ± 0%   4.001µ ± 0%        ~ (p=0.374 n=6)
RenderLine/dir_node_cursor-4                            5.223µ ± 0%   5.179µ ± 0%   -0.82% (p=0.002 n=6)
RenderLine/with_icons-4                                 4.083µ ± 0%   4.068µ ± 0%   -0.38% (p=0.017 n=6)
DetachedLazyLoad/50_entries-4                           78.88µ ± 2%   79.25µ ± 1%        ~ (p=0.065 n=6)
DetachedLazyLoad/23_root_entries-4                      35.48µ ± 0%   35.80µ ± 0%   +0.91% (p=0.002 n=6)
DisplayWidth/ascii-4                                    79.13n ± 0%   79.08n ± 0%        ~ (p=0.563 n=6)
DisplayWidth/mixed_unicode-4                            273.7n ± 0%   271.5n ± 0%   -0.80% (p=0.002 n=6)
TruncateToWidth/no_truncation-4                         20.07n ± 0%   21.61n ± 2%   +7.65% (p=0.002 n=6)
TruncateToWidth/needs_truncation-4                      786.2n ± 0%   794.0n ± 0%   +0.99% (p=0.002 n=6)
geomean                                                 1.498µ        1.431µ        -4.52%

                                               │ bench-baseline.txt │          bench-current.txt           │
                                               │        B/op        │     B/op      vs base                │
TreeRebuildVisible/flat_50_files-4                     0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
TreeRebuildVisible/nested_5_levels_461_nodes-4         0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
TreeRebuildVisible/large_1000_nodes-4                  0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
RenderLine/file_node-4                                 392.0 ± 0%       392.0 ± 0%       ~ (p=1.000 n=6) ¹
RenderLine/dir_node_cursor-4                           624.0 ± 0%       624.0 ± 0%       ~ (p=1.000 n=6) ¹
RenderLine/with_icons-4                                392.0 ± 0%       392.0 ± 0%       ~ (p=1.000 n=6) ¹
DetachedLazyLoad/50_entries-4                        34.12Ki ± 0%     34.12Ki ± 0%  -0.01% (p=0.011 n=6)
DetachedLazyLoad/23_root_entries-4                   14.77Ki ± 0%     14.77Ki ± 0%       ~ (p=0.900 n=6)
DisplayWidth/ascii-4                                   0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
DisplayWidth/mixed_unicode-4                           0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
TruncateToWidth/no_truncation-4                        0.000 ± 0%       0.000 ± 0%       ~ (p=1.000 n=6) ¹
TruncateToWidth/needs_truncation-4                     544.0 ± 0%       544.0 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                           ²                 -0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                               │ bench-baseline.txt │         bench-current.txt          │
                                               │     allocs/op      │ allocs/op   vs base                │
TreeRebuildVisible/flat_50_files-4                     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
TreeRebuildVisible/nested_5_levels_461_nodes-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
TreeRebuildVisible/large_1000_nodes-4                  0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RenderLine/file_node-4                                 12.00 ± 0%     12.00 ± 0%       ~ (p=1.000 n=6) ¹
RenderLine/dir_node_cursor-4                           18.00 ± 0%     18.00 ± 0%       ~ (p=1.000 n=6) ¹
RenderLine/with_icons-4                                12.00 ± 0%     12.00 ± 0%       ~ (p=1.000 n=6) ¹
DetachedLazyLoad/50_entries-4                          363.0 ± 0%     363.0 ± 0%       ~ (p=1.000 n=6) ¹
DetachedLazyLoad/23_root_entries-4                     164.0 ± 0%     164.0 ± 0%       ~ (p=1.000 n=6) ¹
DisplayWidth/ascii-4                                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DisplayWidth/mixed_unicode-4                           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
TruncateToWidth/no_truncation-4                        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
TruncateToWidth/needs_truncation-4                     3.000 ± 0%     3.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                           ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/jongio/grut/internal/panels/gitdiff
                                                   │ bench-baseline.txt │         bench-current.txt         │
                                                   │       sec/op       │   sec/op     vs base              │
InlineDiffRenderExact/10_lines-4                            40.10µ ± 0%   40.14µ ± 0%       ~ (p=0.310 n=6)
InlineDiffRenderExact/100_lines-4                           348.6µ ± 0%   348.9µ ± 0%       ~ (p=0.310 n=6)
InlineDiffRenderExact/1000_lines-4                          3.495m ± 0%   3.494m ± 0%       ~ (p=0.699 n=6)
InlineDiffRenderCold-4                                      327.4µ ± 1%   326.7µ ± 0%       ~ (p=0.589 n=6)
SideBySideDiffRenderExact/10_lines-4                        69.90µ ± 0%   69.72µ ± 0%       ~ (p=0.093 n=6)
SideBySideDiffRenderExact/100_lines-4                       626.8µ ± 0%   626.2µ ± 0%       ~ (p=0.589 n=6)
SideBySideDiffRenderExact/1000_lines-4                      6.307m ± 0%   6.291m ± 1%       ~ (p=0.589 n=6)
SideBySideDiffRenderCold-4                                  660.4µ ± 0%   661.7µ ± 0%  +0.18% (p=0.041 n=6)
PairDiffLines/20_lines_mixed-4                              302.1n ± 1%   301.7n ± 1%       ~ (p=0.981 n=6)
PairDiffLines/200_lines_mixed-4                             2.138µ ± 1%   2.144µ ± 1%       ~ (p=0.485 n=6)
RenderViewportWithStats/small-4                             4.886µ ± 1%   4.882µ ± 1%       ~ (p=0.937 n=6)
RenderViewportWithStats/large_scrolled-4                    5.138µ ± 1%   5.128µ ± 1%       ~ (p=0.457 n=6)
DiffWordsBoundedAllocations/50_tokens-4                     29.87µ ± 0%   29.86µ ± 0%       ~ (p=0.197 n=6)
DiffWordsBoundedAllocations/200_tokens-4                    394.6µ ± 1%   396.3µ ± 5%       ~ (p=0.485 n=6)
DiffWordsBoundedAllocations/400_tokens-4                    1.590m ± 2%   1.587m ± 2%       ~ (p=0.699 n=6)
DiffWordsBoundedAllocations/over_cap_tokens-4               4.977µ ± 3%   4.948µ ± 3%       ~ (p=0.589 n=6)
DiffWordsBoundedAllocations/one_mib_over_cap-4              5.027µ ± 3%   5.038µ ± 1%       ~ (p=0.818 n=6)
DiffWordsBoundedAllocations/one_mib_single_token-4          7.824m ± 2%   7.734m ± 1%       ~ (p=0.132 n=6)
geomean                                                     90.73µ        90.63µ       -0.11%

                                                   │ bench-baseline.txt │          bench-current.txt           │
                                                   │        B/op        │     B/op      vs base                │
InlineDiffRenderExact/10_lines-4                           4.016Ki ± 0%   4.016Ki ± 0%       ~ (p=1.000 n=6) ¹
InlineDiffRenderExact/100_lines-4                          33.47Ki ± 0%   33.47Ki ± 0%       ~ (p=1.000 n=6) ¹
InlineDiffRenderExact/1000_lines-4                         334.7Ki ± 0%   334.7Ki ± 0%       ~ (p=1.000 n=6)
InlineDiffRenderCold-4                                     37.97Ki ± 0%   37.97Ki ± 0%       ~ (p=1.000 n=6)
SideBySideDiffRenderExact/10_lines-4                       15.50Ki ± 0%   15.50Ki ± 0%       ~ (p=1.000 n=6) ¹
SideBySideDiffRenderExact/100_lines-4                      144.3Ki ± 0%   144.3Ki ± 0%       ~ (p=0.167 n=6)
SideBySideDiffRenderExact/1000_lines-4                     1.410Mi ± 0%   1.410Mi ± 0%       ~ (p=0.513 n=6)
SideBySideDiffRenderCold-4                                 148.8Ki ± 0%   148.8Ki ± 0%       ~ (p=0.405 n=6)
PairDiffLines/20_lines_mixed-4                               416.0 ± 0%     416.0 ± 0%       ~ (p=1.000 n=6) ¹
PairDiffLines/200_lines_mixed-4                            3.469Ki ± 0%   3.469Ki ± 0%       ~ (p=1.000 n=6) ¹
RenderViewportWithStats/small-4                            6.368Ki ± 0%   6.368Ki ± 0%       ~ (p=1.000 n=6) ¹
RenderViewportWithStats/large_scrolled-4                   6.376Ki ± 0%   6.376Ki ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/50_tokens-4                    4.125Ki ± 0%   4.125Ki ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/200_tokens-4                   18.12Ki ± 0%   18.12Ki ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/400_tokens-4                   36.62Ki ± 0%   36.62Ki ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/over_cap_tokens-4              18.12Ki ± 0%   18.12Ki ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/one_mib_over_cap-4             18.12Ki ± 0%   18.12Ki ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/one_mib_single_token-4           896.0 ± 0%     896.0 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                    17.94Ki        17.94Ki       -0.00%
¹ all samples are equal

                                                   │ bench-baseline.txt │          bench-current.txt          │
                                                   │     allocs/op      │  allocs/op   vs base                │
InlineDiffRenderExact/10_lines-4                             122.0 ± 0%    122.0 ± 0%       ~ (p=1.000 n=6) ¹
InlineDiffRenderExact/100_lines-4                           1.096k ± 0%   1.096k ± 0%       ~ (p=1.000 n=6) ¹
InlineDiffRenderExact/1000_lines-4                          10.96k ± 0%   10.96k ± 0%       ~ (p=1.000 n=6) ¹
InlineDiffRenderCold-4                                      1.110k ± 0%   1.110k ± 0%       ~ (p=1.000 n=6) ¹
SideBySideDiffRenderExact/10_lines-4                         217.0 ± 0%    217.0 ± 0%       ~ (p=1.000 n=6) ¹
SideBySideDiffRenderExact/100_lines-4                       2.044k ± 0%   2.044k ± 0%       ~ (p=1.000 n=6) ¹
SideBySideDiffRenderExact/1000_lines-4                      20.44k ± 0%   20.44k ± 0%       ~ (p=0.567 n=6)
SideBySideDiffRenderCold-4                                  2.058k ± 0%   2.058k ± 0%       ~ (p=1.000 n=6) ¹
PairDiffLines/20_lines_mixed-4                               3.000 ± 0%    3.000 ± 0%       ~ (p=1.000 n=6) ¹
PairDiffLines/200_lines_mixed-4                              3.000 ± 0%    3.000 ± 0%       ~ (p=1.000 n=6) ¹
RenderViewportWithStats/small-4                              18.00 ± 0%    18.00 ± 0%       ~ (p=1.000 n=6) ¹
RenderViewportWithStats/large_scrolled-4                     19.00 ± 0%    19.00 ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/50_tokens-4                      8.000 ± 0%    8.000 ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/200_tokens-4                     12.00 ± 0%    12.00 ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/400_tokens-4                     14.00 ± 0%    14.00 ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/over_cap_tokens-4                6.000 ± 0%    6.000 ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/one_mib_over_cap-4               6.000 ± 0%    6.000 ± 0%       ~ (p=1.000 n=6) ¹
DiffWordsBoundedAllocations/one_mib_single_token-4           4.000 ± 0%    4.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                      80.02         80.02       -0.00%
¹ all samples are equal

Note

No significant regressions on linux-amd64 (threshold: 15%, same-runner comparison).

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Benchmarks: darwin-arm64

📊 Results vs main (same-runner) , click to expand

Note

No significant regressions on darwin-arm64 (threshold: 40%, same-runner comparison).

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 10, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-dependencies-a0adaf7c8a branch September 10, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants