After merging this [PR](https://github.com/torrust/torrust-tracker/pull/690) running benchmarking for torrent repositories is no longer executed with: ```console cargo run --release -p torrust-torrent-repository-benchmarks -- --threads 4 --sleep 0 --compare true ``` but with: ```console cargo bench -p torrust-tracker-torrent-repository ``` We have to update the [benchmarking documentation](https://github.com/torrust/torrust-tracker/blob/develop/docs/benchmarking.md) and the [benchmarking article on the website](https://github.com/torrust/torrust-website/issues/152).
After merging this PR running benchmarking for torrent repositories is no longer executed with:
cargo run --release -p torrust-torrent-repository-benchmarks -- --threads 4 --sleep 0 --compare truebut with:
cargo bench -p torrust-tracker-torrent-repositoryWe have to update the benchmarking documentation and the benchmarking article on the website.