Home / Function/ BenchmarkGithub() — gin Function Reference

BenchmarkGithub() — gin Function Reference

Architecture documentation for the BenchmarkGithub() function in githubapi_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  73393a6e_2609_ba5f_742c_bddbf21b3e0b["BenchmarkGithub()"]
  c6834f9f_4d6e_fbf6_43eb_45c49df8552c["githubConfigRouter()"]
  73393a6e_2609_ba5f_742c_bddbf21b3e0b -->|calls| c6834f9f_4d6e_fbf6_43eb_45c49df8552c
  style 73393a6e_2609_ba5f_742c_bddbf21b3e0b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

githubapi_test.go lines 440–444

func BenchmarkGithub(b *testing.B) {
	router := New()
	githubConfigRouter(router)
	runRequest(b, router, http.MethodGet, "/legacy/issues/search/:owner/:repository/:state/:keyword")
}

Domain

Subdomains

Frequently Asked Questions

What does BenchmarkGithub() do?
BenchmarkGithub() is a function in the gin codebase.
What does BenchmarkGithub() call?
BenchmarkGithub() calls 1 function(s): githubConfigRouter.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free