(b *testing.B)
| 88 | |
| 89 | func BenchmarkGet8(b *testing.B) { benchmarkGet(b, 8) } |
| 90 | func BenchmarkGet32(b *testing.B) { benchmarkGet(b, 32) } |
| 91 | func BenchmarkGet128(b *testing.B) { benchmarkGet(b, 128) } |
| 92 | func BenchmarkGet512(b *testing.B) { benchmarkGet(b, 512) } |
| 93 |
nothing calls this directly
no test coverage detected
searching dependent graphs…