(b *testing.B)
| 236 | } |
| 237 | |
| 238 | func BenchmarkDecodingLayerParserMapIgnorePanic(b *testing.B) { |
| 239 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), true) |
| 240 | } |
| 241 | |
| 242 | func BenchmarkDecodingLayerParserMapHandlePanic(b *testing.B) { |
| 243 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerMap(nil), false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…