(b *testing.B)
| 736 | } |
| 737 | |
| 738 | func BenchmarkRead256Bytes(b *testing.B) { |
| 739 | benchBytes(256, b) |
| 740 | } |
| 741 | |
| 742 | // This particular case creates |
| 743 | // an object larger than the default |
nothing calls this directly
no test coverage detected
searching dependent graphs…