aquatic/crates
Jose Celano 88b1292672
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
2024-08-09 12:24:43 +02:00
..
bencher Update the Bencher README with the latest Torrust Tracker commit (#209) 2024-08-09 12:24:43 +02:00
combined_binary Run cargo clippy --fix and cargo fmt 2024-01-20 09:56:14 +01:00
common Update metrics-exporter-prometheus to v0.14 2024-04-25 22:41:13 +02:00
http Fix some README typos 2024-05-03 22:51:19 +02:00
http_load_test Update glommio to v0.9 2024-04-25 22:50:41 +02:00
http_protocol http protocol: rename methods for writing to and parsing from bytes 2024-01-29 19:52:41 +01:00
peer_id Add separate READMEs for bencher, peer_id and all protocol crates 2024-01-27 18:05:21 +01:00
toml_config Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
toml_config_derive toml_config_derive: fix clippy warning 2024-01-20 10:43:39 +01:00
udp Fix some README typos 2024-05-03 22:51:19 +02:00
udp_load_test Fully remove udp cpu pinning support 2024-05-03 22:49:20 +02:00
udp_protocol dev: add ordinal compare to udp primitive types 2024-07-15 20:25:42 +02:00
ws Fix some README typos 2024-05-03 22:51:19 +02:00
ws_load_test Update glommio to v0.9 2024-04-25 22:50:41 +02:00
ws_protocol ws protocol: don't heap-allocate in serialize_20_bytes 2024-02-04 00:14:13 +01:00