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

Function BenchmarkWrite10000RowsViaInsert

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

Source from the content-addressed store, hash-verified

692}
693
694func BenchmarkWrite10000RowsViaInsert(b *testing.B) {
695 benchmarkWriteNRowsViaInsert(b, 10_000)
696}
697
698func BenchmarkWrite10000RowsViaMultiInsert(b *testing.B) {
699 benchmarkWriteNRowsViaMultiInsert(b, 10_000)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected