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

Method TestPingPong1KB

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

Source from the content-addressed store, hash-verified

2502}
2503
2504func (s) TestPingPong1KB(t *testing.T) {
2505 runPingPongTest(t, 1024)
2506}
2507
2508func (s) TestPingPong64KB(t *testing.T) {
2509 runPingPongTest(t, 65536)

Callers

nothing calls this directly

Calls 1

runPingPongTestFunction · 0.85

Tested by

no test coverage detected