Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ BenchmarkEncode64KiB
Function
BenchmarkEncode64KiB
rpc_util_test.go:373–375 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
371
}
372
373
func
BenchmarkEncode64KiB(b *testing.B) {
374
bmEncode(b, 64*1024)
375
}
376
377
func
BenchmarkEncode512KiB(b *testing.B) {
378
bmEncode(b, 512*1024)
Callers
nothing calls this directly
Calls
1
bmEncode
Function · 0.85
Tested by
no test coverage detected