(b *testing.B)
| 11 | } |
| 12 | |
| 13 | func BenchmarkIsZeroBytes7(b *testing.B) { |
| 14 | benchmarkIsZeroBytes(b, make([]byte, 7)) |
| 15 | } |
| 16 | |
| 17 | func BenchmarkIsZeroBytes64K(b *testing.B) { |
| 18 | benchmarkIsZeroBytes(b, make([]byte, 64*1024)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…