(b *testing.B)
| 232 | } |
| 233 | |
| 234 | func BenchmarkDecodingLayerParserArrayHandlePanic(b *testing.B) { |
| 235 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerArray(nil), false) |
| 236 | } |
| 237 | |
| 238 | func BenchmarkDecodingLayerParserMapIgnorePanic(b *testing.B) { |
| 239 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…