MCPcopy
hub / github.com/gin-gonic/gin / BenchmarkStack

Function BenchmarkStack

recovery_test.go:364–369  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

362}
363
364func BenchmarkStack(b *testing.B) {
365 b.ReportAllocs()
366 for b.Loop() {
367 _ = stack(stackSkip)
368 }
369}

Callers

nothing calls this directly

Calls 1

stackFunction · 0.85

Tested by

no test coverage detected