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

Function BenchmarkRouterParseAPI

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

Source from the content-addressed store, hash-verified

3638}
3639
3640func BenchmarkRouterParseAPI(b *testing.B) {
3641 benchmarkRouterRoutes(b, parseAPI, parseAPI)
3642}
3643
3644func BenchmarkRouterParseAPIMisses(b *testing.B) {
3645 benchmarkRouterRoutes(b, parseAPI, missesAPI)

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…