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

Function BenchmarkRouterGitHubAPIMisses

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

Source from the content-addressed store, hash-verified

3634}
3635
3636func BenchmarkRouterGitHubAPIMisses(b *testing.B) {
3637 benchmarkRouterRoutes(b, gitHubAPI, missesAPI)
3638}
3639
3640func BenchmarkRouterParseAPI(b *testing.B) {
3641 benchmarkRouterRoutes(b, parseAPI, parseAPI)

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…