From 23a562c1e5c327cccb777d0e038b67700c75d3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 13 Aug 2020 02:24:56 +0200 Subject: [PATCH] README: make load test section more concise --- README.md | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index bd0017c..da2366d 100644 --- a/README.md +++ b/README.md @@ -156,34 +156,19 @@ Please refer to the `aquatic_ws` section for information about setting up TLS. ## Load testing There are load test binaries for all protocols. They use a CLI structure -similar to the trackers and support generation and loading of configuration -files. +similar to `aquatic` and support generation and loading of configuration files. -### aquatic_udp_load_test - -To load test `aquatic_udp`, start it and then run: +To run, first start the tracker that you want to test. Then run the +corresponding load test binary: ```sh ./scripts/run-load-test-udp.sh -``` - -### aquatic_ws_load_test - -To load test `aquatic_ws`, start it and then run: - -```sh +./scripts/run-load-test-http.sh ./scripts/run-load-test-ws.sh ``` -### aquatic_http_load_test - -To load test `aquatic_http`, start it and then run: - -```sh -./scripts/run-load-test-http.sh -``` - -To fairly compare to opentracker, set keepalive to false in aquatic_http settings. +To fairly compare HTTP performance to opentracker, set keepalive to false in +`aquatic_http` settings. ## Trivia