(b *testing.B)
| 732 | } |
| 733 | |
| 734 | func BenchmarkRead16Bytes(b *testing.B) { |
| 735 | benchBytes(16, b) |
| 736 | } |
| 737 | |
| 738 | func BenchmarkRead256Bytes(b *testing.B) { |
| 739 | benchBytes(256, b) |
nothing calls this directly
no test coverage detected
searching dependent graphs…