(start startFunc, stop stopFunc, bf stats.Features, s *stats.Stats)
| 248 | } |
| 249 | |
| 250 | func streamBenchmark(start startFunc, stop stopFunc, bf stats.Features, s *stats.Stats) { |
| 251 | caller, cleanup := makeFuncStream(bf) |
| 252 | defer cleanup() |
| 253 | runBenchmark(caller, start, stop, bf, s, workloadsStreaming) |
| 254 | } |
| 255 | |
| 256 | func unconstrainedStreamBenchmark(start startFunc, stop ucStopFunc, bf stats.Features) { |
| 257 | var sender rpcSendFunc |
no test coverage detected