MCPcopy Create free account
hub / github.com/efectn/go-orm-benchmarks / InsertMulti

Method InsertMulti

bench/sqlboiler.go:58–60  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

56}
57
58func (sqlboiler *Sqlboiler) InsertMulti(b *testing.B) {
59 helper.SetError(b, sqlboiler.Name(), "InsertMulti", "bulk-insert is not supported")
60}
61
62func (sqlboiler *Sqlboiler) Update(b *testing.B) {
63 m := NewModel6()

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
SetErrorFunction · 0.92

Tested by

no test coverage detected