Versions in this module Expand all Collapse all v0 v0.0.2 Oct 15, 2024 Changes in this version + const PreloadMsgSizeHeader + const UnconstrainedStreamingDelayHeader + const UnconstrainedStreamingHeader + func DoByteBufStreamingRoundTrip(stream testgrpc.BenchmarkService_StreamingCallClient, reqSize, respSize int) error + func DoStreamingRoundTrip(stream testgrpc.BenchmarkService_StreamingCallClient, reqSize, respSize int) error + func DoStreamingRoundTripPreloaded(stream testgrpc.BenchmarkService_StreamingCallClient, req any) 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 any + Type string