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
  24111e9b_7282_46ab_e673_ebee6a059f71["BenchmarkGithub()"]
  851931d7_59a3_9c02_f8d4_6771ae5af6e6["githubapi_test.go"]
  24111e9b_7282_46ab_e673_ebee6a059f71 -->|defined in| 851931d7_59a3_9c02_f8d4_6771ae5af6e6
  43338ce5_d06e_fbce_2d37_1f1a2f6d4d98["githubConfigRouter()"]
  24111e9b_7282_46ab_e673_ebee6a059f71 -->|calls| 43338ce5_d06e_fbce_2d37_1f1a2f6d4d98
  style 24111e9b_7282_46ab_e673_ebee6a059f71 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

Defined In

Frequently Asked Questions

What does BenchmarkGithub() do?
BenchmarkGithub() is a function in the gin codebase, defined in githubapi_test.go.
Where is BenchmarkGithub() defined?
BenchmarkGithub() is defined in githubapi_test.go at line 440.
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