(t *testing.T)
| 365 | } |
| 366 | |
| 367 | func (s) TestProtectedBuffer(t *testing.T) { |
| 368 | for _, rp := range recordProtocols { |
| 369 | testProtectedBuffer(t, rp) |
| 370 | } |
| 371 | } |
| 372 | |
| 373 | // BenchmarkWriteMemoryUsage measures the allocations per ALTS connection. |
| 374 | // Run this with: go test -bench=BenchmarkWriteMemoryUsage -benchmem |
nothing calls this directly
no test coverage detected