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

Function BenchmarkRouterGitHubAPI

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

Source from the content-addressed store, hash-verified

3630}
3631
3632func BenchmarkRouterGitHubAPI(b *testing.B) {
3633 benchmarkRouterRoutes(b, gitHubAPI, gitHubAPI)
3634}
3635
3636func BenchmarkRouterGitHubAPIMisses(b *testing.B) {
3637 benchmarkRouterRoutes(b, gitHubAPI, 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…