(b *testing.B)
| 228 | } |
| 229 | |
| 230 | func BenchmarkDecodingLayerParserArrayIgnorePanic(b *testing.B) { |
| 231 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), true) |
| 232 | } |
| 233 | |
| 234 | func BenchmarkDecodingLayerParserArrayHandlePanic(b *testing.B) { |
| 235 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…