Versions in this module Expand all Collapse all v1 v1.51.4 Oct 3, 2022 Changes in this version + const UnconstrainedStreamingHeader + func DoByteBufStreamingRoundTrip(stream testgrpc.BenchmarkService_StreamingCallClient, reqSize, respSize int) error + func DoStreamingRoundTrip(stream testgrpc.BenchmarkService_StreamingCallClient, reqSize, respSize int) error + func DoUnaryCall(tc testgrpc.BenchmarkServiceClient, reqSize, respSize int) error + func NewClientConn(addr string, opts ...grpc.DialOption) *grpc.ClientConn + func NewClientConnWithContext(ctx context.Context, addr string, opts ...grpc.DialOption) *grpc.ClientConn + func NewPayload(t testpb.PayloadType, size int) *testpb.Payload + func StartServer(info ServerInfo, opts ...grpc.ServerOption) func() + type ServerInfo struct + Listener net.Listener + Metadata interface{} + Type string