Skip to content

Commit

Permalink
Bump github.com/uber-go/tally/v4 from 4.1.3 to 4.1.6 in /v4 (#107)
Browse files Browse the repository at this point in the history
Bumps [github.com/uber-go/tally/v4](https://github.com/uber-go/tally) from 4.1.3 to 4.1.6.
- [Release notes](https://github.com/uber-go/tally/releases)
- [Commits](uber-go/tally@v4.1.3...v4.1.6)

---
updated-dependencies:
- dependency-name: github.com/uber-go/tally/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Freer <[email protected]>
  • Loading branch information
dependabot[bot] and fr33r authored Oct 13, 2023
1 parent 60e1c13 commit bbbe271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c
github.com/golang/mock v1.6.0
github.com/stretchr/testify v1.8.2
github.com/uber-go/tally/v4 v4.1.3
github.com/uber-go/tally/v4 v4.1.6
go.uber.org/multierr v1.9.0
go.uber.org/zap v1.23.0
)
Expand Down
4 changes: 2 additions & 2 deletions v4/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/twmb/murmur3 v1.1.5/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
github.com/twmb/murmur3 v1.1.6 h1:mqrRot1BRxm+Yct+vavLMou2/iJt0tNVTTC0QoIjaZg=
github.com/twmb/murmur3 v1.1.6/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
github.com/uber-go/tally/v4 v4.1.3 h1:dKhkrkVSSJK0AxZCv/MmK5JrWmH+MPG3dgZCbxWk2Yc=
github.com/uber-go/tally/v4 v4.1.3/go.mod h1:aXeSTDMl4tNosyf6rdU8jlgScHyjEGGtfJ/uwCIf/vM=
github.com/uber-go/tally/v4 v4.1.6 h1:k8NwZvdfj/w398Q0H1nqi6yq2W5bgxsqn76kNwZ/hfM=
github.com/uber-go/tally/v4 v4.1.6/go.mod h1:aXeSTDMl4tNosyf6rdU8jlgScHyjEGGtfJ/uwCIf/vM=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=
Expand Down

1 comment on commit bbbe271

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: bbbe271 Previous: 3a66725 Ratio
BenchmarkRegister 388326 ns/op 415807 ns/op 0.93
BenchmarkAdd 107860 ns/op 127644 ns/op 0.85
BenchmarkAlter 185803 ns/op 214197 ns/op 0.87
BenchmarkRemove 187846 ns/op 210620 ns/op 0.89
BenchmarkSave/BestEffort 11035 ns/op 9093 ns/op 1.21

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.