MCPcopy Create free account
hub / github.com/segmentio/encoding / BenchmarkIsZeroBytes7

Function BenchmarkIsZeroBytes7

proto/bytes_test.go:13–15  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

11}
12
13func BenchmarkIsZeroBytes7(b *testing.B) {
14 benchmarkIsZeroBytes(b, make([]byte, 7))
15}
16
17func BenchmarkIsZeroBytes64K(b *testing.B) {
18 benchmarkIsZeroBytes(b, make([]byte, 64*1024))

Callers

nothing calls this directly

Calls 1

benchmarkIsZeroBytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…