Benchmark_NewError() — fiber Function Reference
Architecture documentation for the Benchmark_NewError() function in app_test.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 46d4db79_5f3d_4ede_445e_8449f3c01165["Benchmark_NewError()"] e728fdd2_242f_706b_c1d2_041b3d6badb5["app_test.go"] 46d4db79_5f3d_4ede_445e_8449f3c01165 -->|defined in| e728fdd2_242f_706b_c1d2_041b3d6badb5 style 46d4db79_5f3d_4ede_445e_8449f3c01165 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
app_test.go lines 1879–1883
func Benchmark_NewError(b *testing.B) {
for b.Loop() {
NewError(200, "test") //nolint:errcheck // not needed
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does Benchmark_NewError() do?
Benchmark_NewError() is a function in the fiber codebase, defined in app_test.go.
Where is Benchmark_NewError() defined?
Benchmark_NewError() is defined in app_test.go at line 1879.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free