(b *testing.B)
| 224 | } |
| 225 | |
| 226 | func BenchmarkDecodingLayerParserSparseHandlePanic(b *testing.B) { |
| 227 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerSparse(nil), false) |
| 228 | } |
| 229 | |
| 230 | func BenchmarkDecodingLayerParserArrayIgnorePanic(b *testing.B) { |
| 231 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…