From f97994b4bbe063a3ff17f328c9354b7e1b60347c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 18 Aug 2021 20:06:10 +0200 Subject: [PATCH] README: fix aquatic_ws benchmark table --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21164da..a5fc464 100644 --- a/README.md +++ b/README.md @@ -159,11 +159,11 @@ 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. -| tracker | responses per second | -| ------------------ | -------------------- | -| aquatic |  __126k__ | -| wt-tracker |  54k | -| bittorrent-tracker |  28k | +| tracker | responses per second | +|------------------------|----------------------| +| __aquatic__ | 126k | +| __wt-tracker__ | 54k | +| __bittorrent-tracker__ | 28k | Both reference trackers reached 100% single-core utilization.