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

Function BenchmarkWrite2RowsViaInsert

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

Source from the content-addressed store, hash-verified

612}
613
614func BenchmarkWrite2RowsViaInsert(b *testing.B) {
615 benchmarkWriteNRowsViaInsert(b, 2)
616}
617
618func BenchmarkWrite2RowsViaMultiInsert(b *testing.B) {
619 benchmarkWriteNRowsViaMultiInsert(b, 2)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected