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

Function BenchmarkGZIPCompressor1B

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

Source from the content-addressed store, hash-verified

396}
397
398func BenchmarkGZIPCompressor1B(b *testing.B) {
399 bmCompressor(b, 1, NewGZIPCompressor())
400}
401
402func BenchmarkGZIPCompressor1KiB(b *testing.B) {
403 bmCompressor(b, 1024, NewGZIPCompressor())

Callers

nothing calls this directly

Calls 2

bmCompressorFunction · 0.85
NewGZIPCompressorFunction · 0.85

Tested by

no test coverage detected