(b *testing.B)
| 154 | func BenchmarkDecode16K(b *testing.B) { benchmarkDecode(b, 1024*16) } |
| 155 | func BenchmarkDecode32K(b *testing.B) { benchmarkDecode(b, 1024*32) } |
| 156 | func BenchmarkDecode128K(b *testing.B) { benchmarkDecode(b, 1024*128) } |
nothing calls this directly
no test coverage detected