(b *testing.B)
| 261 | } |
| 262 | |
| 263 | func BenchmarkDecodingLayerMap(b *testing.B) { |
| 264 | benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerMap(nil)) |
| 265 | } |
| 266 | |
| 267 | func BenchmarkDecodingLayerSparse(b *testing.B) { |
| 268 | benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerSparse(nil)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…