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

Function BenchmarkRead256StringAsBytes

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

Source from the content-addressed store, hash-verified

817}
818
819func BenchmarkRead256StringAsBytes(b *testing.B) {
820 benchStringAsBytes(256, b)
821}
822
823func BenchmarkRead16String(b *testing.B) {
824 benchString(16, b)

Callers

nothing calls this directly

Calls 1

benchStringAsBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…