MCPcopy
hub / github.com/tinylib/msgp / BenchmarkAppend16String

Function BenchmarkAppend16String

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

Source from the content-addressed store, hash-verified

376}
377
378func BenchmarkAppend16String(b *testing.B) { benchappendString(16, b) }
379
380func BenchmarkAppend256String(b *testing.B) { benchappendString(256, b) }
381

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…