MCPcopy
hub / github.com/jackc/pgx / BenchmarkWrite10RowsViaInsert

Function BenchmarkWrite10RowsViaInsert

bench_test.go:646–648  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

644}
645
646func BenchmarkWrite10RowsViaInsert(b *testing.B) {
647 benchmarkWriteNRowsViaInsert(b, 10)
648}
649
650func BenchmarkWrite10RowsViaMultiInsert(b *testing.B) {
651 benchmarkWriteNRowsViaMultiInsert(b, 10)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected