Skip to content

chore(deps): bump the go-minor-patch group across 1 directory with 8 updates#59

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-minor-patch-43f9c9cc1e
Open

chore(deps): bump the go-minor-patch group across 1 directory with 8 updates#59
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-minor-patch-43f9c9cc1e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-minor-patch group with 6 updates in the / directory:

Package From To
connectrpc.com/connect 1.19.2 1.20.0
connectrpc.com/grpchealth 1.4.0 1.5.0
github.com/knadh/koanf/v2 2.3.4 2.3.5
github.com/reeflective/console 0.1.25 0.3.1
golang.org/x/sync 0.20.0 0.21.0
google.golang.org/grpc 1.81.0 1.82.0

Updates connectrpc.com/connect from 1.19.2 to 1.20.0

Release notes

Sourced from connectrpc.com/connect's releases.

v1.20.0

What's Changed

Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.19.2...v1.20.0

Commits

Updates connectrpc.com/grpchealth from 1.4.0 to 1.5.0

Release notes

Sourced from connectrpc.com/grpchealth's releases.

v1.5.0

What's Changed

Governance

Add @​timostamm as a maintainer in connectrpc/grpchealth-go#80 🎉

Enhancements

Other changes

Full Changelog: connectrpc/grpchealth-go@v1.4.0...v1.5.0

Commits

Updates github.com/knadh/koanf/v2 from 2.3.4 to 2.3.5

Release notes

Sourced from github.com/knadh/koanf/v2's releases.

v2.3.5

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.3.4...v2.3.5

Commits
  • e09e4c8 fix: report full key var in MergeStrict type-mismatch error message (#418)
  • 7a28d59 Exclude nats, vault providers from global workspace and fix CI test commands.
  • d511690 Fix test action to use local Go toolchain for different versions.
  • 308274c Fix async file provider Watch() test that would race and fail randomly.
  • 91fa65d Upgrade vault lib in providers/vault.
  • f941889 Upgrade hjson lib in providers/jhson.
  • 3a69086 Upgrade NATS deps (dependabot sent 8 alerts) in providers/nats.
  • 2dd78e8 Bools: return the matched []bool, not the nil intermediate (#416)
  • d1d3dd7 Exclude the ./examples dir from Go workspace to avoid being pulled into tests.
  • 1641671 Move k8smount provider mock files out of the global mock dir.
  • Additional commits viewable in compare view

Updates github.com/reeflective/console from 0.1.25 to 0.3.1

Release notes

Sourced from github.com/reeflective/console's releases.

v0.3.1

console v0.3.1

A maintenance release: a readline bump that brings the bug fixes and rendering improvements accumulated since v1.2.0, plus a refresh of the CI workflows ahead of GitHub's Node 20 runtime removal.

Dependencies

  • reeflective/readline v1.2.0 → v1.2.2. Highlights across the range (v1.2.0…v1.2.2):

    • v1.2.0 — asynchronous completion refresh and flicker-free rendering.
    • v1.2.1 — history-size write fix, vi-insert down-arrow fix, a completion panic guard on narrow terminals, bracketed-paste \r normalization, and a multiline-cursor off-by-one fix.
    • v1.2.2 — the unbound skip-csi-sequence command.

    This includes the upstream fix for the prompt-overlap-at-bottom-of-terminal bug. No console code changes were required.

CI / tooling

  • Bumped every first-party GitHub Action to its latest stable major, ahead of the Node 20 runtime removal (2026-09-16):
    • actions/checkout v3 → v6
    • actions/setup-go v3 → v6 (now resolves the Go toolchain from go.mod)
    • codecov/codecov-action v3 → v6
    • actions/dependency-review-action v2 → v5
    • github/codeql-action/* v2 → v3
    • actions/labeler v4 → v6
    • codacy/codacy-analysis-cli-action stays pinned to its commit SHA.

Full changelog: reeflective/console@v0.3.0...v0.3.1

v0.3.0

This release upgrades reeflective/readline to v1.2.0 (fixing the prompt overlap at the bottom of the terminal, #78), fixes several concurrency and correctness bugs, speeds up the input hot paths, adds new configuration options, and introduces a test suite (the package previously had none).

⚠️ Requirements

  • Now requires Go 1.25+ (mandated by readline v1.2.0 and mvdan.cc/sh v3.13.1).

Dependencies

  • reeflective/readline v1.1.4 → v1.2.0 (fixes #78)
  • carapace v1.7.1 → v1.11.6, cobra v1.8.1 → v1.10.2, pflag v1.0.6 → v1.0.10, mvdan.cc/sh/v3 v3.7.0 → v3.13.1, golang.org/x/exp refreshed

Bug fixes

  • Signal leak: OS signals registered for each command are now released afterwards (signal.Stop); previously every command leaked a channel for the process lifetime.
  • Data races: the execution flag is now atomic, and the menu map, command filters, and interrupt handlers are accessed under correct locks.
  • Latent deadlock: command-filter resolution no longer recurses while holding a write lock; lookups run lock-free over a snapshot.
  • Highlighting: commands invoked through an alias are now syntax-highlighted.

... (truncated)

Commits
  • 7002774 Merge pull request #80 from reeflective/dev
  • 7c2864e ci: bump GitHub Actions off deprecated Node 20 runtimes
  • 2cfa76b build(deps): bump reeflective/readline to v1.2.2
  • da2aa57 Merge pull request #79 from reeflective/dev
  • e3c5837 ci: bump Go to 1.25 to match the module's go directive
  • 1aeb5d8 test: cover the pre/post-run newline display matrix
  • d7b5613 test: cover interrupt matching, per-menu newlines, and signal config
  • af456c2 feat: robust interrupts, per-menu newlines, configurable signals, cancel docs
  • adab754 test: cover highlight flags, templates, menu filtering, and highlight cache
  • 3e2be58 chore: remove unused example/cursor.cast recording
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.53.0 to 0.54.0

Commits
  • b138e06 go.mod: update golang.org/x dependencies
  • 689f70a quic: fix wrong final size being used for RESET_STREAM frame
  • 208f306 http3: increase handshake timeout
  • 49810da http2: enable net/http wrapping when go >= 1.27
  • 5e11a5a quic: fix data race in streamForFrame
  • 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
  • fc7b466 http2: add http2wrap test
  • 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
  • 6465188 http2: add wrapped Server
  • 72f419a http2: add wrapped ClientConn
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.20.0 to 0.21.0

Commits

Updates golang.org/x/sys from 0.43.0 to 0.45.0

Commits
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  • 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...
  • 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • df7d5d7 unix: automatically remove container created by mkall.sh
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.81.0 to 1.82.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.82.0

Behavior Changes

  • server: Remove support for GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKING environment varibale. Strict incoming RPC path validation (which has been the default since v1.79.3) can no longer be disabled. (#9112)
  • transport: Add environment variable to change the default max header list size from 16MB to 8KB. This may be enabled by setting GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#9019)
  • balancer: Load Balancing policy registry is now case-sensitive. Set GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false (and file an issue) to revert to case-insensitive behavior. (#9017)

New Features

  • experimental/stats: Expose a new API, NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#8877)
  • client: Return a portion of the response body in the error message, when the client receives an unexpected non-gRPC HTTP response, to make debugging easier. (#8929)
  • server: Add environment variable GRPC_GO_SERVER_GOROUTINE_LABELS that controls setting runtime/pprof.Labels on goroutines spawned by the server. Set GRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=true to add the grpc.method label on goroutines spawned to handle incoming requests. (#9082)

Bug Fixes

  • xds/server: Fix a memory leak of HTTP filter instances occurring when route configurations are updated in-place during a Route Discovery Service (RDS) update. (#9138)
  • grpc: In the deprecated gzip Compressor (used via the deprecated WithCompressor dial option), enforce the MaxRecvMsgSize limit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#9114)
  • stats/opentelemetry: Record retry attempts, grpc.previous-rpc-attempts, at the call level and not the attempt level. (#8923)
  • encoding: Ensure Close() is always called on readers returned from Compressor.Decompress if possible. (#9135)
  • channelz: Fix the LastMessageSentTimestamp and LastMessageReceivedTimestamp fields in SocketMetrics to ensure they contain correct timestamp values. (#9109)

Release 1.81.1

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#9111)

Bug Fixes

  • otel: Segregate client and server RPC information used for metrics and traces, to avoid one overwriting the other. (#9081)
Commits
  • bd23985 Change version to 1.82.0 (#9170)
  • 0f3086d Fix minor issues not covered by PR #9137 (#9147)
  • fef07fb internal: Split v3procservicepb import into pb and grpc for extproc (#9163)
  • 91dd64f transport: surface subsequent data when receiving non-gRPC header (#8929)
  • adc97de test/kokoro: add config for regional-td test (#9158)
  • 57c9ff1 xds: ensure full-string matching for RBAC Filter rules (#9148)
  • b58f32d server: Set a pprof label on new stream goroutines (#9082)
  • 6c98be3 refactor(transport): extract shared stream state handling logic in `loopyWrit...
  • bcaa6f4 rls: only reset backoff on recovery from TRANSIENT_FAILURE (#9137)
  • 429e6e0 balancer: expose endpoint weight and hostname as experimental APIs (#9074)
  • Additional commits viewable 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

…updates

Bumps the go-minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.19.2` | `1.20.0` |
| [connectrpc.com/grpchealth](https://github.com/connectrpc/grpchealth-go) | `1.4.0` | `1.5.0` |
| [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) | `2.3.4` | `2.3.5` |
| [github.com/reeflective/console](https://github.com/reeflective/console) | `0.1.25` | `0.3.1` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.21.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.0` | `1.82.0` |



Updates `connectrpc.com/connect` from 1.19.2 to 1.20.0
- [Release notes](https://github.com/connectrpc/connect-go/releases)
- [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md)
- [Commits](connectrpc/connect-go@v1.19.2...v1.20.0)

Updates `connectrpc.com/grpchealth` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/connectrpc/grpchealth-go/releases)
- [Commits](connectrpc/grpchealth-go@1.4.0...v1.5.0)

Updates `github.com/knadh/koanf/v2` from 2.3.4 to 2.3.5
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v2.3.4...v2.3.5)

Updates `github.com/reeflective/console` from 0.1.25 to 0.3.1
- [Release notes](https://github.com/reeflective/console/releases)
- [Commits](reeflective/console@v0.1.25...v0.3.1)

Updates `golang.org/x/net` from 0.53.0 to 0.54.0
- [Commits](golang/net@v0.53.0...v0.54.0)

Updates `golang.org/x/sync` from 0.20.0 to 0.21.0
- [Commits](golang/sync@v0.20.0...v0.21.0)

Updates `golang.org/x/sys` from 0.43.0 to 0.45.0
- [Commits](golang/sys@v0.43.0...v0.45.0)

Updates `google.golang.org/grpc` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.0...v1.82.0)

---
updated-dependencies:
- dependency-name: connectrpc.com/connect
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: connectrpc.com/grpchealth
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/knadh/koanf/v2
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/reeflective/console
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/net
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@dependabot dependabot Bot requested a review from dantte-lp as a code owner July 6, 2026 09:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 6, 2026
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

Benchmark comparison

go: downloading golang.org/x/perf v0.0.0-20260409210113-8e83ce0f7b1c
go: downloading github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794
goos: linux
goarch: amd64
pkg: github.com/dantte-lp/gobfd/internal/bfd
cpu: AMD EPYC 7763 64-Core Processor                
                                 │   old.txt    │              new.txt               │
                                 │    sec/op    │   sec/op     vs base               │
ControlPacketMarshal-4             6.565n ±  0%   6.561n ± 1%        ~ (p=0.615 n=6)
ControlPacketMarshalWithAuth-4     12.25n ±  0%   12.18n ± 1%   -0.53% (p=0.032 n=6)
ControlPacketUnmarshal-4           7.820n ±  1%   7.817n ± 0%        ~ (p=0.461 n=6)
ControlPacketUnmarshalWithAuth-4   45.52n ±  1%   44.55n ± 1%   -2.13% (p=0.002 n=6)
ControlPacketRoundTrip-4           13.75n ±  1%   13.77n ± 1%        ~ (p=0.747 n=6)
FSMTransitionUpRecvUp-4            10.05n ±  0%   10.07n ± 0%   +0.15% (p=0.022 n=6)
FSMTransitionDownRecvDown-4        10.09n ±  0%   10.05n ± 0%        ~ (p=0.078 n=6)
FSMTransitionUpTimerExpired-4      10.04n ±  0%   10.02n ± 0%   -0.20% (p=0.032 n=6)
FSMTransitionIgnored-4             9.668n ±  1%   9.662n ± 0%        ~ (p=0.177 n=6)
ApplyJitter-4                      52.35n ±  0%   52.26n ± 0%        ~ (p=0.288 n=6)
ApplyJitterDetectMultOne-4         52.52n ±  0%   52.66n ± 0%        ~ (p=0.141 n=6)
PacketPool-4                       13.72n ±  0%   13.75n ± 0%        ~ (p=0.095 n=6)
RecvStateToEvent-4                 1.558n ±  0%   1.558n ± 0%        ~ (p=1.000 n=6)
FullRecvPath-4                     64.96n ±  8%   48.67n ± 8%  -25.08% (p=0.002 n=6)
FullRecvPathCodec-4                17.37n ±  0%   17.37n ± 0%        ~ (p=0.998 n=6)
FullTxPath-4                       57.96n ±  1%   57.61n ± 1%        ~ (p=0.851 n=6)
SessionRecvPacket-4                19.29n ± 25%   23.26n ± 6%        ~ (p=0.065 n=6)
DetectionTimeCalc-4                5.931n ±  0%   5.929n ± 0%        ~ (p=0.370 n=6)
CalcTxInterval-4                   5.785n ±  1%   5.777n ± 0%        ~ (p=0.377 n=6)
DetectionTimeCalcHot-4             1.564n ±  0%   1.563n ± 0%        ~ (p=0.636 n=6)
CalcTxIntervalHot-4                1.251n ±  0%   1.250n ± 1%        ~ (p=0.662 n=6)
SessionApplyJitter-4               5.002n ±  0%   4.995n ± 1%        ~ (p=0.723 n=6)
geomean                            11.09n         11.01n        -0.64%

                                 │   old.txt    │              new.txt               │
                                 │     B/op     │    B/op     vs base                │
ControlPacketMarshal-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketMarshalWithAuth-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshal-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshalWithAuth-4   64.00 ± 0%     64.00 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketRoundTrip-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpRecvUp-4            0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionDownRecvDown-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpTimerExpired-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionIgnored-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitter-4                      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitterDetectMultOne-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
PacketPool-4                       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvStateToEvent-4                 0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FullRecvPath-4                     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FullRecvPathCodec-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FullTxPath-4                       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionRecvPacket-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalc-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxInterval-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalcHot-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxIntervalHot-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionApplyJitter-4               0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                       ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                 │   old.txt    │              new.txt               │
                                 │  allocs/op   │ allocs/op   vs base                │
ControlPacketMarshal-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketMarshalWithAuth-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshal-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketUnmarshalWithAuth-4   1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
ControlPacketRoundTrip-4           0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpRecvUp-4            0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionDownRecvDown-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionUpTimerExpired-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FSMTransitionIgnored-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitter-4                      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
ApplyJitterDetectMultOne-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
PacketPool-4                       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
RecvStateToEvent-4                 0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FullRecvPath-4                     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FullRecvPathCodec-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
FullTxPath-4                       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionRecvPacket-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalc-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxInterval-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
DetectionTimeCalcHot-4             0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CalcTxIntervalHot-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SessionApplyJitter-4               0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                       ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/dantte-lp/gobfd/internal/netio
                        │   old.txt   │              new.txt               │
                        │   sec/op    │    sec/op     vs base              │
BuildInnerPacket-4        45.61n ± 9%   45.44n ± 10%       ~ (p=0.619 n=6)
StripInnerPacket-4        5.945n ± 0%   5.941n ±  0%       ~ (p=0.818 n=6)
VXLANHeaderMarshal-4      2.807n ± 0%   2.811n ±  0%       ~ (p=0.405 n=6)
VXLANHeaderUnmarshal-4    1.250n ± 0%   1.248n ±  0%       ~ (p=0.052 n=6)
GeneveHeaderMarshal-4     5.668n ± 0%   5.667n ±  0%       ~ (p=0.818 n=6)
GeneveHeaderUnmarshal-4   10.90n ± 0%   10.90n ±  0%       ~ (p=0.989 n=6)
geomean                   6.235n        6.231n        -0.08%

                        │   old.txt    │              new.txt               │
                        │     B/op     │    B/op     vs base                │
BuildInnerPacket-4        80.00 ± 0%     80.00 ± 0%       ~ (p=1.000 n=6) ¹
StripInnerPacket-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderMarshal-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderUnmarshal-4    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderMarshal-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderUnmarshal-4   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                              ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                        │   old.txt    │              new.txt               │
                        │  allocs/op   │ allocs/op   vs base                │
BuildInnerPacket-4        1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
StripInnerPacket-4        0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderMarshal-4      0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
VXLANHeaderUnmarshal-4    0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderMarshal-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
GeneveHeaderUnmarshal-4   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                              ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants