MCPcopy
hub / github.com/awnumar/memguard / BenchmarkSocketKey32

Function BenchmarkSocketKey32

examples/socketkey/socketkey_test.go:9–14  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

7}
8
9func BenchmarkSocketKey32(b *testing.B) {
10 b.ReportAllocs()
11 for i := 0; i < b.N; i++ {
12 SocketKey(32)
13 }
14}

Callers

nothing calls this directly

Calls 1

SocketKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…