(b *testing.B)
| 24 | } |
| 25 | |
| 26 | func BenchmarkPickServer_Single(b *testing.B) { |
| 27 | benchPickServer(b, "127.0.0.1:1234") |
| 28 | } |
| 29 | |
| 30 | func benchPickServer(b *testing.B, servers ...string) { |
| 31 | b.ReportAllocs() |
nothing calls this directly
no test coverage detected
searching dependent graphs…