(b *testing.B)
| 3630 | } |
| 3631 | |
| 3632 | func BenchmarkRouterGitHubAPI(b *testing.B) { |
| 3633 | benchmarkRouterRoutes(b, gitHubAPI, gitHubAPI) |
| 3634 | } |
| 3635 | |
| 3636 | func BenchmarkRouterGitHubAPIMisses(b *testing.B) { |
| 3637 | benchmarkRouterRoutes(b, gitHubAPI, missesAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…