(b *testing.B)
| 1273 | } |
| 1274 | |
| 1275 | func BenchmarkProducerLarge(b *testing.B) { |
| 1276 | benchmarkProducer(b, nil, "test.64", ByteEncoder(make([]byte, 8192))) |
| 1277 | } |
| 1278 | |
| 1279 | func BenchmarkProducerSmallSinglePartition(b *testing.B) { |
| 1280 | benchmarkProducer(b, nil, "test.1", ByteEncoder(make([]byte, 128))) |
nothing calls this directly
no test coverage detected