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

Function BenchmarkReceive10kRowsCompressed

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

Source from the content-addressed store, hash-verified

452}
453
454func BenchmarkReceive10kRowsCompressed(b *testing.B) {
455 benchmark10kRows(b, true)
456}
457
458// BenchmarkReceiveMetadata measures performance of receiving lots of metadata compare to data in rows
459func BenchmarkReceiveMetadata(b *testing.B) {

Callers

nothing calls this directly

Calls 1

benchmark10kRowsFunction · 0.85

Tested by

no test coverage detected