(b *testing.B)
| 3634 | } |
| 3635 | |
| 3636 | func BenchmarkRouterGitHubAPIMisses(b *testing.B) { |
| 3637 | benchmarkRouterRoutes(b, gitHubAPI, missesAPI) |
| 3638 | } |
| 3639 | |
| 3640 | func BenchmarkRouterParseAPI(b *testing.B) { |
| 3641 | benchmarkRouterRoutes(b, parseAPI, parseAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…