From 2ac6bd9a22c5859c149b837ec19cdd6de77633ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 18 Aug 2021 12:33:47 +0200 Subject: [PATCH] README: add simple benchmarks for aquatic_ws --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d7c3f..3fc9dca 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,17 @@ exceptions: For information about running over TLS, please refer to the TLS subsection 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