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 |
|
Joakim Frostegård
|
5ef2ea2745
|
bencher: update README
|
2024-03-21 17:07:34 +01:00 |
|
Joakim Frostegård
|
51fe398708
|
Update bencher README
|
2024-03-21 17:00:00 +01:00 |
|
Jose Celano
|
c5843eedce
|
bencher: add new tracker, torrust-tracker
Adds a new tracker to the bencher.
https://github.com/torrust/torrust-tracker
|
2024-03-20 09:11:22 +00:00 |
|
Joakim Frostegård
|
c980c23ffc
|
bencher: also bench aquatic_udp with io_uring
|
2024-02-09 01:21:24 +01:00 |
|
Joakim Frostegård
|
a0c79970fe
|
Add separate READMEs for bencher, peer_id and all protocol crates
|
2024-01-27 18:05:21 +01:00 |
|
Joakim Frostegård
|
87e7811751
|
Update bencher settings and setup script
|
2023-12-30 18:13:55 +01:00 |
|
Joakim Frostegård
|
af45feb911
|
Rename aquatic_load_tester to aquatic_bencher
|
2023-12-28 17:42:25 +01:00 |
|