Home / Function/ BenchmarkMarshalMsgredirectionMsgs() — fiber Function Reference

BenchmarkMarshalMsgredirectionMsgs() — fiber Function Reference

Architecture documentation for the BenchmarkMarshalMsgredirectionMsgs() function in redirect_msgp_test.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  22183697_d560_05b2_d0c0_030abb3b4b35["BenchmarkMarshalMsgredirectionMsgs()"]
  677ddde0_a2ad_46ea_88ea_878d89b3a3b2["redirect_msgp_test.go"]
  22183697_d560_05b2_d0c0_030abb3b4b35 -->|defined in| 677ddde0_a2ad_46ea_88ea_878d89b3a3b2
  style 22183697_d560_05b2_d0c0_030abb3b4b35 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

redirect_msgp_test.go lines 148–155

func BenchmarkMarshalMsgredirectionMsgs(b *testing.B) {
	v := redirectionMsgs{}
	b.ReportAllocs()
	b.ResetTimer()
	for i := 0; i < b.N; i++ {
		v.MarshalMsg(nil)
	}
}

Domain

Subdomains

Frequently Asked Questions

What does BenchmarkMarshalMsgredirectionMsgs() do?
BenchmarkMarshalMsgredirectionMsgs() is a function in the fiber codebase, defined in redirect_msgp_test.go.
Where is BenchmarkMarshalMsgredirectionMsgs() defined?
BenchmarkMarshalMsgredirectionMsgs() is defined in redirect_msgp_test.go at line 148.

Analyze Your Own Codebase

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

Try Supermodel Free