(b *testing.B)
| 341 | func BenchmarkAppend16Bytes(b *testing.B) { benchappendBytes(16, b) } |
| 342 | |
| 343 | func BenchmarkAppend256Bytes(b *testing.B) { benchappendBytes(256, b) } |
| 344 | |
| 345 | func BenchmarkAppend2048Bytes(b *testing.B) { benchappendBytes(2048, b) } |
| 346 |
nothing calls this directly
no test coverage detected
searching dependent graphs…