Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/perkeep/perkeep
/ BenchmarkSql
Function
BenchmarkSql
pkg/sorted/sqlkv/sqlkv_test.go:55–61 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
53
}
54
55
func
BenchmarkSql(b *testing.B) {
56
for
i := 0; i < b.N; i++ {
57
for
_, s :=
range
queries {
58
kv.sql(s)
59
}
60
}
61
}
Callers
nothing calls this directly
Calls
1
sql
Method · 0.80
Tested by
no test coverage detected