(b *testing.B)
| 3646 | } |
| 3647 | |
| 3648 | func BenchmarkRouterGooglePlusAPI(b *testing.B) { |
| 3649 | benchmarkRouterRoutes(b, googlePlusAPI, googlePlusAPI) |
| 3650 | } |
| 3651 | |
| 3652 | func BenchmarkRouterGooglePlusAPIMisses(b *testing.B) { |
| 3653 | benchmarkRouterRoutes(b, googlePlusAPI, missesAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…