MCPcopy
hub / github.com/IBM/sarama / BenchmarkProducerSmallSinglePartition

Function BenchmarkProducerSmallSinglePartition

functional_producer_test.go:1279–1281  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

benchmarkProducerFunction · 0.85
ByteEncoderTypeAlias · 0.85

Tested by

no test coverage detected