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

Function BenchmarkGet512

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

Source from the content-addressed store, hash-verified

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
94func benchmarkGet(b *testing.B, shards int) {
95

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…