benchmark file

This commit is contained in:
2026-06-25 23:02:42 +01:00
parent 4d05e636b6
commit 7939f07f34
2 changed files with 62 additions and 0 deletions
+4
View File
@@ -21,3 +21,7 @@ To start recording:
## Development
Use `tcpdump` to listen to the socket and check if data is coming through:
`tcpdump -i any udp port <port> -X`
### Benchmark
Run with:
`go test -bench=. -benchmem`