(b *testing.B)
| 1260 | } |
| 1261 | |
| 1262 | func BenchmarkPathTree2(b *testing.B) { |
| 1263 | initBenchmark(b, initRandomPaths) |
| 1264 | benchmarkLookup(b, testMatcher2, benchmarkingCountPhase2) |
| 1265 | } |
| 1266 | |
| 1267 | func BenchmarkPathTree3(b *testing.B) { |
| 1268 | initBenchmark(b, initRandomPaths) |
nothing calls this directly
no test coverage detected
searching dependent graphs…