Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ BenchmarkEncode1B
Function
BenchmarkEncode1B
rpc_util_test.go:361–363 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
359
}
360
361
func
BenchmarkEncode1B(b *testing.B) {
362
bmEncode(b, 1)
363
}
364
365
func
BenchmarkEncode1KiB(b *testing.B) {
366
bmEncode(b, 1024)
Callers
nothing calls this directly
Calls
1
bmEncode
Function · 0.85
Tested by
no test coverage detected