(b *testing.B)
| 3622 | } |
| 3623 | |
| 3624 | func BenchmarkRouterStaticRoutes(b *testing.B) { |
| 3625 | benchmarkRouterRoutes(b, staticRoutes, staticRoutes) |
| 3626 | } |
| 3627 | |
| 3628 | func BenchmarkRouterStaticRoutesMisses(b *testing.B) { |
| 3629 | benchmarkRouterRoutes(b, staticRoutes, missesAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…