From 88b1292672c7bd2e5be569ee92445c69128f6c2a Mon Sep 17 00:00:00 2001 From: Jose Celano Date: Fri, 9 Aug 2024 11:24:43 +0100 Subject: [PATCH] Update the Bencher README with the latest Torrust Tracker commit (#209) compatible with the current benchmarking configuration. How to install the Torrust Tracker to run the benchmarking: ```console git clone git@github.com:torrust/torrust-tracker.git cd torrust-tracker git checkout eaa86a76fc2bca837172e0e5c0221ee14b16b122 cargo build --release sudo cp ./target/release/torrust-tracker /usr/local/bin/ sudo chmod +x /usr/local/bin/torrust-tracker ``` How to test the configration: TORRUST_TRACKER_CONFIG_TOML=$(cat << EOF [metadata] schema_version = "2.0.0" [logging] threshold = "error" [core] listed = false private = false tracker_usage_statistics = false [core.database] driver = "sqlite3" path = "./sqlite3.db" [core.tracker_policy] persistent_torrent_completed_stat = false remove_peerless_torrents = false [[udp_trackers]] bind_address = "0.0.0.0:3000" EOF ) torrust-tracker --- crates/bencher/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bencher/README.md b/crates/bencher/README.md index 332b780d..5e432261 100644 --- a/crates/bencher/README.md +++ b/crates/bencher/README.md @@ -13,7 +13,7 @@ Currently, only UDP BitTorrent tracker support is implemented. | [aquatic_udp] | (use same as bencher) | | [opentracker] | 110868e | | [chihaya] | 2f79440 | -| [torrust-tracker] | 47c2fe2 | +| [torrust-tracker] | eaa86a7 | The commits listed are ones known to work. It might be a good idea to first test with the latest commits for each project, and if they don't seem to work,