MCPcopy
hub / github.com/grpc/grpc-go / TestPingPong64KB

Method TestPingPong64KB

internal/transport/transport_test.go:2508–2510  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2506}
2507
2508func (s) TestPingPong64KB(t *testing.T) {
2509 runPingPongTest(t, 65536)
2510}
2511
2512func (s) TestPingPong1MB(t *testing.T) {
2513 runPingPongTest(t, 1048576)

Callers

nothing calls this directly

Calls 1

runPingPongTestFunction · 0.85

Tested by

no test coverage detected