(b *testing.B)
| 452 | } |
| 453 | |
| 454 | func BenchmarkReceive10kRowsCompressed(b *testing.B) { |
| 455 | benchmark10kRows(b, true) |
| 456 | } |
| 457 | |
| 458 | // BenchmarkReceiveMetadata measures performance of receiving lots of metadata compare to data in rows |
| 459 | func BenchmarkReceiveMetadata(b *testing.B) { |
nothing calls this directly
no test coverage detected