(b *testing.B)
| 3638 | } |
| 3639 | |
| 3640 | func BenchmarkRouterParseAPI(b *testing.B) { |
| 3641 | benchmarkRouterRoutes(b, parseAPI, parseAPI) |
| 3642 | } |
| 3643 | |
| 3644 | func BenchmarkRouterParseAPIMisses(b *testing.B) { |
| 3645 | benchmarkRouterRoutes(b, parseAPI, missesAPI) |
nothing calls this directly
no test coverage detected
searching dependent graphs…