MCPcopy Index your code
hub / github.com/labstack/echo / BenchmarkRandomString_Pooled

Function BenchmarkRandomString_Pooled

middleware/randomstring_bench_test.go:45–50  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

43}
44
45func BenchmarkRandomString_Pooled(b *testing.B) {
46 b.ReportAllocs()
47 for i := 0; i < b.N; i++ {
48 _ = randomString(32)
49 }
50}

Callers

nothing calls this directly

Calls 1

randomStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…