Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
func
(gorp *Gorp) InsertMulti(b *testing.B) {
57
helper.SetError(b, gorp.Name(),
"InsertMulti"
,
"bulk-insert is not supported"
)
58
}
59
60
func
(gorp *Gorp) Update(b *testing.B) {
61
m := NewModel()
Callers
nothing calls this directly
Calls
2
Name
Method · 0.95
SetError
Function · 0.92
Tested by
no test coverage detected