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