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

Function BenchmarkEncode8KiB

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

Source from the content-addressed store, hash-verified

367}
368
369func BenchmarkEncode8KiB(b *testing.B) {
370 bmEncode(b, 8*1024)
371}
372
373func BenchmarkEncode64KiB(b *testing.B) {
374 bmEncode(b, 64*1024)

Callers

nothing calls this directly

Calls 1

bmEncodeFunction · 0.85

Tested by

no test coverage detected