(b *testing.B)
| 3650 | } |
| 3651 | |
| 3652 | func BenchmarkRouterGooglePlusAPIMisses(b *testing.B) { |
| 3653 | benchmarkRouterRoutes(b, googlePlusAPI, missesAPI) |
| 3654 | } |
| 3655 | |
| 3656 | func BenchmarkRouterParamsAndAnyAPI(b *testing.B) { |
| 3657 | benchmarkRouterRoutes(b, paramAndAnyAPI, paramAndAnyAPIToFind) |
nothing calls this directly
no test coverage detected
searching dependent graphs…