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

Function BenchmarkRead16StringAsBytes

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

Source from the content-addressed store, hash-verified

813}
814
815func BenchmarkRead16StringAsBytes(b *testing.B) {
816 benchStringAsBytes(16, b)
817}
818
819func BenchmarkRead256StringAsBytes(b *testing.B) {
820 benchStringAsBytes(256, 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…