-
Notifications
You must be signed in to change notification settings - Fork 57
Update benchmarking docs #770
Copy link
Copy link
Closed
Labels
DocumentationImproves Instructions, Guides, and NoticesImproves Instructions, Guides, and NoticesEasyGood for NewcomersGood for Newcomersgood first issueGood for newcomersGood for newcomers
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
DocumentationImproves Instructions, Guides, and NoticesImproves Instructions, Guides, and NoticesEasyGood for NewcomersGood for Newcomersgood first issueGood for newcomersGood for newcomers
Type
Projects
- StatusShow more project fieldsDone
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.