MCPcopy
hub / github.com/go-sql-driver/mysql / BenchmarkQueryCompressed

Function BenchmarkQueryCompressed

benchmark_test.go:70–72  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

68}
69
70func BenchmarkQueryCompressed(b *testing.B) {
71 benchmarkQuery(b, true)
72}
73
74func benchmarkQuery(b *testing.B, compr bool) {
75 tb := (*TB)(b)

Callers

nothing calls this directly

Calls 1

benchmarkQueryFunction · 0.85

Tested by

no test coverage detected