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