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

Function compareBenchmark

benchmark/benchresult/main.go:100–102  ·  view source on GitHub ↗
(file1, file2 string)

Source from the content-addressed store, hash-verified

98}
99
100func compareBenchmark(file1, file2 string) {
101 compareTwoMap(createMap(file1), createMap(file2))
102}
103
104func printHeader() {
105 fmt.Printf("%-80s%12s%12s%12s%18s%18s%18s%18s%12s%12s%12s%12s\n",

Callers 1

mainFunction · 0.85

Calls 2

compareTwoMapFunction · 0.85
createMapFunction · 0.85

Tested by

no test coverage detected