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

Function BenchmarkRouterStaticRoutes

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

Source from the content-addressed store, hash-verified

3622}
3623
3624func BenchmarkRouterStaticRoutes(b *testing.B) {
3625 benchmarkRouterRoutes(b, staticRoutes, staticRoutes)
3626}
3627
3628func BenchmarkRouterStaticRoutesMisses(b *testing.B) {
3629 benchmarkRouterRoutes(b, staticRoutes, 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…