(b *testing.B)
| 149 | func BenchmarkDecode64B(b *testing.B) { benchmarkDecode(b, 64) } |
| 150 | func BenchmarkDecode512B(b *testing.B) { benchmarkDecode(b, 512) } |
| 151 | func BenchmarkDecode1K(b *testing.B) { benchmarkDecode(b, 1024) } |
| 152 | func BenchmarkDecode2K(b *testing.B) { benchmarkDecode(b, 1024*2) } |
| 153 | func BenchmarkDecode4K(b *testing.B) { benchmarkDecode(b, 1024*4) } |
| 154 | func BenchmarkDecode16K(b *testing.B) { benchmarkDecode(b, 1024*16) } |
nothing calls this directly
no test coverage detected