-
Notifications
You must be signed in to change notification settings - Fork 52
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
Metadata
Metadata
Assignees
Labels
DocumentationImproves Instructions, Guides, and NoticesImproves Instructions, Guides, and NoticesEasyGood for NewcomersGood for Newcomersgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
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.