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

Method InsertMulti

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

Source from the content-addressed store, hash-verified

54}
55
56func (gorp *Gorp) InsertMulti(b *testing.B) {
57 helper.SetError(b, gorp.Name(), "InsertMulti", "bulk-insert is not supported")
58}
59
60func (gorp *Gorp) Update(b *testing.B) {
61 m := NewModel()

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
SetErrorFunction · 0.92

Tested by

no test coverage detected