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

Function BenchmarkAppend16Bytes

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

Source from the content-addressed store, hash-verified

339}
340
341func BenchmarkAppend16Bytes(b *testing.B) { benchappendBytes(16, b) }
342
343func BenchmarkAppend256Bytes(b *testing.B) { benchappendBytes(256, b) }
344

Callers

nothing calls this directly

Calls 1

benchappendBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…