MCPcopy Index your code
hub / github.com/bradfitz/gomemcache / BenchmarkPickServer_Single

Function BenchmarkPickServer_Single

memcache/selector_test.go:26–28  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

24}
25
26func BenchmarkPickServer_Single(b *testing.B) {
27 benchPickServer(b, "127.0.0.1:1234")
28}
29
30func benchPickServer(b *testing.B, servers ...string) {
31 b.ReportAllocs()

Callers

nothing calls this directly

Calls 1

benchPickServerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…