(b *testing.B)
| 1255 | } |
| 1256 | |
| 1257 | func BenchmarkPathTree1(b *testing.B) { |
| 1258 | initBenchmark(b, initRandomPaths) |
| 1259 | benchmarkLookup(b, testMatcher1, benchmarkingCountPhase1) |
| 1260 | } |
| 1261 | |
| 1262 | func BenchmarkPathTree2(b *testing.B) { |
| 1263 | initBenchmark(b, initRandomPaths) |
nothing calls this directly
no test coverage detected
searching dependent graphs…