(p []byte)
| 217 | type ngDevNull struct{} |
| 218 | |
| 219 | func (w *ngDevNull) Write(p []byte) (n int, err error) { |
| 220 | return len(p), nil |
| 221 | } |
| 222 | |
| 223 | func BenchmarkNgWritePacket(b *testing.B) { |
| 224 | ci := gopacket.CaptureInfo{ |
no outgoing calls
no test coverage detected