(b *testing.B)
| 3626 | } |
| 3627 | |
| 3628 | func BenchmarkRouterStaticRoutesMisses(b *testing.B) { |
| 3629 | benchmarkRouterRoutes(b, staticRoutes, missesAPI) |
| 3630 | } |
| 3631 | |
| 3632 | func BenchmarkRouterGitHubAPI(b *testing.B) { |
| 3633 | benchmarkRouterRoutes(b, gitHubAPI, gitHubAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…