(b *testing.B)
| 1925 | } |
| 1926 | |
| 1927 | func BenchmarkDecodeSFlowLayerPacket2(b *testing.B) { |
| 1928 | var sflow SFlowDatagram |
| 1929 | for i := 0; i < b.N; i++ { |
| 1930 | sflow.DecodeFromBytes(SFlowTestPacket2[ /*eth*/ 14+ /*ipv4*/ 20+ /*udp*/ 8:], gopacket.NilDecodeFeedback) |
| 1931 | } |
| 1932 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…