(b *testing.B)
| 3642 | } |
| 3643 | |
| 3644 | func BenchmarkRouterParseAPIMisses(b *testing.B) { |
| 3645 | benchmarkRouterRoutes(b, parseAPI, missesAPI) |
| 3646 | } |
| 3647 | |
| 3648 | func BenchmarkRouterGooglePlusAPI(b *testing.B) { |
| 3649 | benchmarkRouterRoutes(b, googlePlusAPI, googlePlusAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…