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

Function BenchmarkRouterStaticRoutesMisses

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

Source from the content-addressed store, hash-verified

3626}
3627
3628func BenchmarkRouterStaticRoutesMisses(b *testing.B) {
3629 benchmarkRouterRoutes(b, staticRoutes, missesAPI)
3630}
3631
3632func BenchmarkRouterGitHubAPI(b *testing.B) {
3633 benchmarkRouterRoutes(b, gitHubAPI, gitHubAPI)

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…