(b *testing.B)
| 644 | } |
| 645 | |
| 646 | func BenchmarkWrite10RowsViaInsert(b *testing.B) { |
| 647 | benchmarkWriteNRowsViaInsert(b, 10) |
| 648 | } |
| 649 | |
| 650 | func BenchmarkWrite10RowsViaMultiInsert(b *testing.B) { |
| 651 | benchmarkWriteNRowsViaMultiInsert(b, 10) |
nothing calls this directly
no test coverage detected