(b *testing.B)
| 1270 | } |
| 1271 | |
| 1272 | func BenchmarkPathTree4(b *testing.B) { |
| 1273 | initBenchmark(b, initRandomPaths) |
| 1274 | benchmarkLookup(b, testMatcher4, benchmarkingCountPhase4) |
| 1275 | } |
| 1276 | |
| 1277 | func BenchmarkConstructionGeneric(b *testing.B) { |
| 1278 | routes, err := docToRoutes(testRouteDoc) |
nothing calls this directly
no test coverage detected
searching dependent graphs…