(b *testing.B)
| 692 | } |
| 693 | |
| 694 | func BenchmarkWrite10000RowsViaInsert(b *testing.B) { |
| 695 | benchmarkWriteNRowsViaInsert(b, 10_000) |
| 696 | } |
| 697 | |
| 698 | func BenchmarkWrite10000RowsViaMultiInsert(b *testing.B) { |
| 699 | benchmarkWriteNRowsViaMultiInsert(b, 10_000) |
nothing calls this directly
no test coverage detected