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

Method TestPingPong1MB

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

Source from the content-addressed store, hash-verified

2510}
2511
2512func (s) TestPingPong1MB(t *testing.T) {
2513 runPingPongTest(t, 1048576)
2514}
2515
2516// This is a stress-test of flow control logic.
2517func runPingPongTest(t *testing.T, msgSize int) {

Callers

nothing calls this directly

Calls 1

runPingPongTestFunction · 0.85

Tested by

no test coverage detected