MCPcopy Index your code
hub / github.com/tinylib/msgp / BenchmarkAppend256String

Function BenchmarkAppend256String

msgp/write_bytes_test.go:380–380  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

378func BenchmarkAppend16String(b *testing.B) { benchappendString(16, b) }
379
380func BenchmarkAppend256String(b *testing.B) { benchappendString(256, b) }
381
382func BenchmarkAppend2048String(b *testing.B) { benchappendString(2048, b) }
383

Callers

nothing calls this directly

Calls 1

benchappendStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…