(b *testing.B)
| 137 | } |
| 138 | |
| 139 | func BenchmarkRenderProcessNames(b *testing.B) { |
| 140 | benchmarkRenderTopology(b, "processes-by-name") |
| 141 | } |
| 142 | |
| 143 | func benchmarkSummarizeTopology(b *testing.B, topologyID string) { |
| 144 | ctx := context.Background() |
nothing calls this directly
no test coverage detected
searching dependent graphs…