MCPcopy
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
146func 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

formatBenchmarkFunction · 0.85
compareBenchmarkFunction · 0.85

Tested by

no test coverage detected