change import package
This commit is contained in:
@ -38,12 +38,14 @@ package benchmark
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"golang.org/x/net/context"
|
"golang.org/x/net/context"
|
||||||
"google.golang.org/grpc"
|
|
||||||
testpb "google.golang.org/grpc/benchmark/grpc_testing"
|
|
||||||
"google.golang.org/grpc/grpclog"
|
|
||||||
"io"
|
"io"
|
||||||
"math"
|
"math"
|
||||||
"net"
|
"net"
|
||||||
|
|
||||||
|
"google.golang.org/grpc"
|
||||||
|
testpb "google.golang.org/grpc/benchmark/grpc_testing"
|
||||||
|
"google.golang.org/grpc/grpclog"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func newPayload(t testpb.PayloadType, size int) *testpb.Payload {
|
func newPayload(t testpb.PayloadType, size int) *testpb.Payload {
|
||||||
|
Reference in New Issue
Block a user