Skip to content

Commit

Permalink
Bump github.com/uber-go/tally/v4 from 4.1.10 to 4.1.11 in /v4 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 5173ce6 commit a347871
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.4
github.com/uber-go/tally/v4 v4.1.10
github.com/uber-go/tally/v4 v4.1.11
go.uber.org/multierr v1.9.0
go.uber.org/zap v1.24.0
)
Expand Down
4 changes: 2 additions & 2 deletions v4/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
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.10 h1:2GSX7Tmq26wjAvOtQEc5EvRROIkX2OX4vpROt6mlRLM=
github.com/uber-go/tally/v4 v4.1.10/go.mod h1:pPR56rjthjtLB8xQlEx2I1VwAwRGCh/i4xMUcmG+6z4=
github.com/uber-go/tally/v4 v4.1.11 h1:ktRXNpbia2cKbyAOIEdNdgkfPBzwCzIYJ20Kn6qQr7w=
github.com/uber-go/tally/v4 v4.1.11/go.mod h1:RW5DgqsyEPs0lA4b0YNf4zKj7DveKHd73hnO6zVlyW0=
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 a347871

@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: a347871 Previous: 5173ce6 Ratio
BenchmarkRegister 386982 ns/op 388776 ns/op 1.00
BenchmarkAdd 87640 ns/op 77362 ns/op 1.13
BenchmarkAlter 249532 ns/op 240939 ns/op 1.04
BenchmarkRemove 252196 ns/op 240585 ns/op 1.05
BenchmarkSave/BestEffort 9836 ns/op 8517 ns/op 1.15

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

Please sign in to comment.