Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ main
Function
main
benchmark/benchresult/main.go:146–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
}
145
146
func
main() {
147
if
len(os.Args) == 2 {
148
formatBenchmark(os.Args[1])
149
}
else
{
150
compareBenchmark(os.Args[1], os.Args[2])
151
}
152
}
Callers
nothing calls this directly
Calls
2
formatBenchmark
Function · 0.85
compareBenchmark
Function · 0.85
Tested by
no test coverage detected