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

Function BenchmarkRead16String

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

Source from the content-addressed store, hash-verified

821}
822
823func BenchmarkRead16String(b *testing.B) {
824 benchString(16, b)
825}
826
827func BenchmarkRead256String(b *testing.B) {
828 benchString(256, b)

Callers

nothing calls this directly

Calls 1

benchStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…