Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bencher README with torrust tracker commit #209

Conversation

josecelano
Copy link
Contributor

@josecelano josecelano commented Aug 9, 2024

Update the Bencher README with the latest Torrust Tracker commit compatible with this benchmarking configuration.

How to install the Torrust Tracker to run the benchmarking:

git clone [email protected]: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 configuration:

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

@josecelano josecelano marked this pull request as draft August 9, 2024 08:13
compatible with the current benchmarking configuration.

How to install the Torrust Tracker to run the benchmarking:

```console
git clone [email protected]: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
@josecelano josecelano force-pushed the update-torrust-tracker-config-in-bencher branch from cf9f2d7 to 585804c Compare August 9, 2024 08:21
@josecelano josecelano marked this pull request as ready for review August 9, 2024 08:21
@greatest-ape
Copy link
Owner

Thanks!

@greatest-ape greatest-ape merged commit 88b1292 into greatest-ape:master Aug 9, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants