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

Function BenchmarkGet8

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

Source from the content-addressed store, hash-verified

87}
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) }

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…