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

Function BenchmarkQuery

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

Source from the content-addressed store, hash-verified

64const concurrencyLevel = 10
65
66func BenchmarkQuery(b *testing.B) {
67 benchmarkQuery(b, false)
68}
69
70func BenchmarkQueryCompressed(b *testing.B) {
71 benchmarkQuery(b, true)

Callers

nothing calls this directly

Calls 1

benchmarkQueryFunction · 0.85

Tested by

no test coverage detected