Home / Function/ Benchmark_NewError_Parallel() — fiber Function Reference

Benchmark_NewError_Parallel() — fiber Function Reference

Architecture documentation for the Benchmark_NewError_Parallel() function in app_test.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  cb2bb3ac_785e_2db8_9a04_4f7f7a987122["Benchmark_NewError_Parallel()"]
  e728fdd2_242f_706b_c1d2_041b3d6badb5["app_test.go"]
  cb2bb3ac_785e_2db8_9a04_4f7f7a987122 -->|defined in| e728fdd2_242f_706b_c1d2_041b3d6badb5
  style cb2bb3ac_785e_2db8_9a04_4f7f7a987122 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

app_test.go lines 1885–1891

func Benchmark_NewError_Parallel(b *testing.B) {
	b.RunParallel(func(pb *testing.PB) {
		for pb.Next() {
			NewError(200, "test") //nolint:errcheck // not needed
		}
	})
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does Benchmark_NewError_Parallel() do?
Benchmark_NewError_Parallel() is a function in the fiber codebase, defined in app_test.go.
Where is Benchmark_NewError_Parallel() defined?
Benchmark_NewError_Parallel() is defined in app_test.go at line 1885.

Analyze Your Own Codebase

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

Try Supermodel Free