We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966909e commit 3931a41Copy full SHA for 3931a41
internal/value/exp/value_test.go
@@ -3,10 +3,12 @@ package value
3
import (
4
"testing"
5
6
+ "google.golang.org/protobuf/proto"
7
+
8
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
9
10
"github.com/ydb-platform/ydb-go-sdk/v3/internal/value"
11
"github.com/ydb-platform/ydb-go-sdk/v3/internal/value/exp/allocator"
- "google.golang.org/protobuf/proto"
12
)
13
14
func BenchmarkMemory(b *testing.B) {
0 commit comments