Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efectn/go-orm-benchmarks
/ InsertMulti
Method
InsertMulti
bench/pop.go:58–60 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(pop *Pop) InsertMulti(b *testing.B) {
59
helper.SetError(b, pop.Name(),
"InsertMulti"
,
"bulk-insert is not supported"
)
60
}
61
62
func
(pop *Pop) Update(b *testing.B) {
63
m := NewModel3()
Callers
nothing calls this directly
Calls
2
Name
Method · 0.95
SetError
Function · 0.92
Tested by
no test coverage detected