(b *testing.B)
| 378 | func BenchmarkAppend16String(b *testing.B) { benchappendString(16, b) } |
| 379 | |
| 380 | func BenchmarkAppend256String(b *testing.B) { benchappendString(256, b) } |
| 381 | |
| 382 | func BenchmarkAppend2048String(b *testing.B) { benchappendString(2048, b) } |
| 383 |
nothing calls this directly
no test coverage detected
searching dependent graphs…