(b *testing.B)
| 257 | } |
| 258 | |
| 259 | func BenchmarkDecodingLayerArray(b *testing.B) { |
| 260 | benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerArray(nil)) |
| 261 | } |
| 262 | |
| 263 | func BenchmarkDecodingLayerMap(b *testing.B) { |
| 264 | benchmarkDecodingLayerContainer(b, gopacket.DecodingLayerMap(nil)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…