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

Function BenchmarkRead16Bytes

msgp/read_test.go:734–736  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

732}
733
734func BenchmarkRead16Bytes(b *testing.B) {
735 benchBytes(16, b)
736}
737
738func BenchmarkRead256Bytes(b *testing.B) {
739 benchBytes(256, b)

Callers

nothing calls this directly

Calls 1

benchBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…