(b *testing.B)
| 821 | } |
| 822 | |
| 823 | func BenchmarkRead16String(b *testing.B) { |
| 824 | benchString(16, b) |
| 825 | } |
| 826 | |
| 827 | func BenchmarkRead256String(b *testing.B) { |
| 828 | benchString(256, b) |
nothing calls this directly
no test coverage detected
searching dependent graphs…