MCPcopy Create free account
hub / github.com/golang/groupcache / BenchmarkGet32

Function BenchmarkGet32

consistenthash/consistenthash_test.go:90–90  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

88
89func BenchmarkGet8(b *testing.B) { benchmarkGet(b, 8) }
90func BenchmarkGet32(b *testing.B) { benchmarkGet(b, 32) }
91func BenchmarkGet128(b *testing.B) { benchmarkGet(b, 128) }
92func BenchmarkGet512(b *testing.B) { benchmarkGet(b, 512) }
93

Callers

nothing calls this directly

Calls 1

benchmarkGetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…