MCPcopy Index your code
hub / github.com/labstack/echo / BenchmarkRouterParseAPIMisses

Function BenchmarkRouterParseAPIMisses

router_test.go:3644–3646  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

3642}
3643
3644func BenchmarkRouterParseAPIMisses(b *testing.B) {
3645 benchmarkRouterRoutes(b, parseAPI, missesAPI)
3646}
3647
3648func BenchmarkRouterGooglePlusAPI(b *testing.B) {
3649 benchmarkRouterRoutes(b, googlePlusAPI, googlePlusAPI)

Callers

nothing calls this directly

Calls 1

benchmarkRouterRoutesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…