(b *testing.B)
| 107 | func BenchmarkEncode16K(b *testing.B) { benchmarkEncode(b, 1024*16) } |
| 108 | func BenchmarkEncode32K(b *testing.B) { benchmarkEncode(b, 1024*32) } |
| 109 | func BenchmarkEncode128K(b *testing.B) { benchmarkEncode(b, 1024*128) } |
nothing calls this directly
no test coverage detected