(b *testing.B)
| 817 | } |
| 818 | |
| 819 | func BenchmarkRead256StringAsBytes(b *testing.B) { |
| 820 | benchStringAsBytes(256, b) |
| 821 | } |
| 822 | |
| 823 | func BenchmarkRead16String(b *testing.B) { |
| 824 | benchString(16, b) |
nothing calls this directly
no test coverage detected
searching dependent graphs…