MCPcopy
hub / github.com/grpc/grpc-go / BenchmarkGZIPCompressor64KiB

Function BenchmarkGZIPCompressor64KiB

rpc_util_test.go:410–412  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

408}
409
410func BenchmarkGZIPCompressor64KiB(b *testing.B) {
411 bmCompressor(b, 64*1024, NewGZIPCompressor())
412}
413
414func BenchmarkGZIPCompressor512KiB(b *testing.B) {
415 bmCompressor(b, 512*1024, NewGZIPCompressor())

Callers

nothing calls this directly

Calls 2

bmCompressorFunction · 0.85
NewGZIPCompressorFunction · 0.85

Tested by

no test coverage detected