torrust-tracker
torrust-tracker copied to clipboard
Create benchmarking tool/test for `udp` tracker.
I would recommend you to just use https://github.com/greatest-ape/aquatic/tree/master/crates/udp_load_test .
(edit by @da2ce7, fix link)
Relates to: https://github.com/torrust/torrust-tracker/issues/496
I'm getting this error running the lua script for the HTTP tracker:
PANIC: unprotected error in call to Lua API (attempt to index a nil value)
Relates to: https://github.com/wg/wrk/issues/298
I'm going to remove that benchmarking tool and start using the aquatic load test commands. I've been using the udp_load_test . I will update the documentation explaining how to use it.
Hi @mickvandijke, I'm going to close this issue because we are using:
For E2E tests:
- Aquatic UDP load test
- Aquatic Bencher
For Unit tests (only the torrents repositories):
- @da2ce7 has added performance tests using Criterion in the torrent-repository package.
Feel free to re-open it if there is something that you had in your mind when you opened the issue that is still missing.