(b *testing.B)
| 265 | } |
| 266 | |
| 267 | func BenchmarkDecodingLayerSparse(b *testing.B) { |
| 268 | benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerSparse(nil)) |
| 269 | } |
| 270 | |
| 271 | func BenchmarkAlloc(b *testing.B) { |
| 272 | for i := 0; i < b.N; i++ { |
nothing calls this directly
no test coverage detected
searching dependent graphs…