(b *testing.B)
| 813 | } |
| 814 | |
| 815 | func BenchmarkRead16StringAsBytes(b *testing.B) { |
| 816 | benchStringAsBytes(16, b) |
| 817 | } |
| 818 | |
| 819 | func BenchmarkRead256StringAsBytes(b *testing.B) { |
| 820 | benchStringAsBytes(256, b) |
nothing calls this directly
no test coverage detected
searching dependent graphs…