MCPcopy 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
55func 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

sqlMethod · 0.80

Tested by

no test coverage detected