mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
README: add simple benchmarks for aquatic_ws
This commit is contained in:
parent
48e0bc7ade
commit
2ac6bd9a22
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -153,7 +153,17 @@ exceptions:
|
||||||
For information about running over TLS, please refer to the TLS subsection
|
For information about running over TLS, please refer to the TLS subsection
|
||||||
of the `aquatic_http` section above.
|
of the `aquatic_http` section above.
|
||||||
|
|
||||||
`aquatic_ws` is experimental software.
|
#### Benchmarks
|
||||||
|
|
||||||
|
Performance was compared to
|
||||||
|
[wt-tracker](https://github.com/Novage/wt-tracker) and [bittorrent-tracker](https://github.com/webtorrent/bittorrent-tracker), using
|
||||||
|
`aquatic_ws_load_test` with one worker, 16 connections and 2 offers per request. Both comparison trackers reached 100% single core utilization.
|
||||||
|
|
||||||
|
Server responses per second, best result in bold:
|
||||||
|
|
||||||
|
| aquatic | wt-tracker | bittorrent-tracker |
|
||||||
|
| ----------- | ------------ | ------------------ |
|
||||||
|
| __126k__ | 54k | 28k |
|
||||||
|
|
||||||
## Load testing
|
## Load testing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue