diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-01-30 11:20:39 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-31 14:24:10 +0300 |
commit | bed97bed26992d0c70cce8a6fbc3c420cf91e4d6 (patch) | |
tree | a5d848d5235d1dd4fc7c2f4bb48aac248f18d616 /vendor/google.golang.org/protobuf/internal/detrand | |
parent | 5ebd96c19426916b9220293d35d20c0f565b3089 (diff) | |
download | ydb-bed97bed26992d0c70cce8a6fbc3c420cf91e4d6.tar.gz |
Update vendor/github.com/envoyproxy/go-control-plane to 0.12.0
Diffstat (limited to 'vendor/google.golang.org/protobuf/internal/detrand')
3 files changed, 3 insertions, 24 deletions
diff --git a/vendor/google.golang.org/protobuf/internal/detrand/gotest/ya.make b/vendor/google.golang.org/protobuf/internal/detrand/gotest/ya.make deleted file mode 100644 index e6a5b0942a..0000000000 --- a/vendor/google.golang.org/protobuf/internal/detrand/gotest/ya.make +++ /dev/null @@ -1,5 +0,0 @@ -GO_TEST_FOR(vendor/google.golang.org/protobuf/internal/detrand) - -LICENSE(BSD-3-Clause) - -END() diff --git a/vendor/google.golang.org/protobuf/internal/detrand/rand_test.go b/vendor/google.golang.org/protobuf/internal/detrand/rand_test.go deleted file mode 100644 index 68c55d284c..0000000000 --- a/vendor/google.golang.org/protobuf/internal/detrand/rand_test.go +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package detrand - -import "testing" - -func Benchmark(b *testing.B) { - b.ReportAllocs() - for i := 0; i < b.N; i++ { - binaryHash() - } -} diff --git a/vendor/google.golang.org/protobuf/internal/detrand/ya.make b/vendor/google.golang.org/protobuf/internal/detrand/ya.make index bfb5498787..dd1b8456b9 100644 --- a/vendor/google.golang.org/protobuf/internal/detrand/ya.make +++ b/vendor/google.golang.org/protobuf/internal/detrand/ya.make @@ -2,10 +2,8 @@ GO_LIBRARY() LICENSE(BSD-3-Clause) -SRCS(rand.go) - -GO_TEST_SRCS(rand_test.go) +SRCS( + rand.go +) END() - -RECURSE(gotest) |