(b *testing.B)
| 99 | } |
| 100 | |
| 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) } |
nothing calls this directly
no test coverage detected