(b *testing.B)
| 1277 | } |
| 1278 | |
| 1279 | func BenchmarkProducerSmallSinglePartition(b *testing.B) { |
| 1280 | benchmarkProducer(b, nil, "test.1", ByteEncoder(make([]byte, 128))) |
| 1281 | } |
| 1282 | |
| 1283 | func BenchmarkProducerMediumSnappy(b *testing.B) { |
| 1284 | conf := NewFunctionalTestConfig() |
nothing calls this directly
no test coverage detected