(b *testing.B)
| 612 | } |
| 613 | |
| 614 | func BenchmarkWrite2RowsViaInsert(b *testing.B) { |
| 615 | benchmarkWriteNRowsViaInsert(b, 2) |
| 616 | } |
| 617 | |
| 618 | func BenchmarkWrite2RowsViaMultiInsert(b *testing.B) { |
| 619 | benchmarkWriteNRowsViaMultiInsert(b, 2) |
nothing calls this directly
no test coverage detected