Skip to content

Commit

Permalink
Improve udp README and latest load test md
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Feb 10, 2024
1 parent 6384e34 commit 68e951c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/udp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is the most mature implementation in the aquatic family. I consider it full

![UDP BitTorrent tracker throughput](../../documents/aquatic-udp-load-test-2024-02-10.png)

More benchmark details are available [here](./documents/aquatic-udp-load-test-2024-02-10.md).
More benchmark details are available [here](../../documents/aquatic-udp-load-test-2024-02-10.md).

## Usage

Expand Down
8 changes: 4 additions & 4 deletions documents/aquatic-udp-load-test-2024-02-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a performance comparison of several UDP BitTorrent tracker implementations.

Benchmarks were run using [aquatic_bencher](https://github.com/greatest-ape/aquatic), with `--cpu-mode subsequent-one-per-pair`.
Benchmarks were run using [aquatic_bencher](../crates/bencher), with `--cpu-mode subsequent-one-per-pair`.

## Software and hardware

Expand All @@ -16,7 +16,7 @@ Benchmarks were run using [aquatic_bencher](https://github.com/greatest-ape/aqua
| [opentracker] | 110868e |
| [chihaya] | 2f79440 |

[aquatic_udp]: https://github.com/greatest-ape/aquatic
[aquatic_udp]: ../crates/udp
[opentracker]: http://erdgeist.org/arts/software/opentracker/
[chihaya]: https://github.com/chihaya/chihaya

Expand All @@ -36,6 +36,8 @@ Hetzner CCX63: 48 dedicated vCPUs (AMD Milan Epyc 7003)

## Results

![UDP BitTorrent tracker throughput](./aquatic-udp-load-test-2024-02-10.png)

<table>
<caption>
<strong>UDP BitTorrent tracker troughput</strong>
Expand Down Expand Up @@ -102,5 +104,3 @@ Hetzner CCX63: 48 dedicated vCPUs (AMD Milan Epyc 7003)
</tr>
</tbody>
</table>

![UDP BitTorrent tracker throughput](./aquatic-udp-load-test-2024-02-10.png)

0 comments on commit 68e951c

Please sign in to comment.