(b *testing.B)
| 1265 | } |
| 1266 | |
| 1267 | func BenchmarkPathTree3(b *testing.B) { |
| 1268 | initBenchmark(b, initRandomPaths) |
| 1269 | benchmarkLookup(b, testMatcher3, benchmarkingCountPhase3) |
| 1270 | } |
| 1271 | |
| 1272 | func BenchmarkPathTree4(b *testing.B) { |
| 1273 | initBenchmark(b, initRandomPaths) |
nothing calls this directly
no test coverage detected
searching dependent graphs…