(b *testing.B)
| 101 | func BenchmarkEncode16B(b *testing.B) { benchmarkEncode(b, 16) } |
| 102 | func BenchmarkEncode64B(b *testing.B) { benchmarkEncode(b, 64) } |
| 103 | func BenchmarkEncode512B(b *testing.B) { benchmarkEncode(b, 512) } |
| 104 | func BenchmarkEncode1K(b *testing.B) { benchmarkEncode(b, 1024) } |
| 105 | func BenchmarkEncode2K(b *testing.B) { benchmarkEncode(b, 1024*2) } |
| 106 | func BenchmarkEncode4K(b *testing.B) { benchmarkEncode(b, 1024*4) } |
nothing calls this directly
no test coverage detected