MCPcopy
hub / github.com/gin-gonic/gin / BenchmarkGithub

Function BenchmarkGithub

githubapi_test.go:440–444  ·  githubapi_test.go::BenchmarkGithub
(b *testing.B)

Source from the content-addressed store, hash-verified

438}
439
440func BenchmarkGithub(b *testing.B) {
441 router := New()
442 githubConfigRouter(router)
443 runRequest(b, router, http.MethodGet, "/legacy/issues/search/:owner/:repository/:state/:keyword")
444}
445
446func BenchmarkParallelGithub(b *testing.B) {
447 DefaultWriter = os.Stdout

Callers

nothing calls this directly

Calls 3

NewFunction · 0.85
githubConfigRouterFunction · 0.85
runRequestFunction · 0.85

Tested by

no test coverage detected