(b *testing.B)
| 220 | } |
| 221 | |
| 222 | func BenchmarkDecodingLayerParserSparseIgnorePanic(b *testing.B) { |
| 223 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerSparse(nil), true) |
| 224 | } |
| 225 | |
| 226 | func BenchmarkDecodingLayerParserSparseHandlePanic(b *testing.B) { |
| 227 | benchmarkDecodingLayerParser(b, gopacket.DecodingLayerSparse(nil), false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…