(b *testing.B)
| 1269 | } |
| 1270 | |
| 1271 | func BenchmarkProducerMedium(b *testing.B) { |
| 1272 | benchmarkProducer(b, nil, "test.64", ByteEncoder(make([]byte, 1024))) |
| 1273 | } |
| 1274 | |
| 1275 | func BenchmarkProducerLarge(b *testing.B) { |
| 1276 | benchmarkProducer(b, nil, "test.64", ByteEncoder(make([]byte, 8192))) |
nothing calls this directly
no test coverage detected