BenchmarkMarshalMsgitem() — fiber Function Reference
Architecture documentation for the BenchmarkMarshalMsgitem() function in storage_manager_msgp_test.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 67f89c9f_6f62_a9fe_d325_c2dfa68c76cb["BenchmarkMarshalMsgitem()"] d2216d20_1a75_1224_49ef_0f4f6b9c1c09["storage_manager_msgp_test.go"] 67f89c9f_6f62_a9fe_d325_c2dfa68c76cb -->|defined in| d2216d20_1a75_1224_49ef_0f4f6b9c1c09 style 67f89c9f_6f62_a9fe_d325_c2dfa68c76cb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
middleware/csrf/storage_manager_msgp_test.go lines 35–42
func BenchmarkMarshalMsgitem(b *testing.B) {
v := item{}
b.ReportAllocs()
b.ResetTimer()
for i := 0; i < b.N; i++ {
v.MarshalMsg(nil)
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does BenchmarkMarshalMsgitem() do?
BenchmarkMarshalMsgitem() is a function in the fiber codebase, defined in middleware/csrf/storage_manager_msgp_test.go.
Where is BenchmarkMarshalMsgitem() defined?
BenchmarkMarshalMsgitem() is defined in middleware/csrf/storage_manager_msgp_test.go at line 35.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free