From af1f4d2d066881514e262b5e60a856cbe506c09a Mon Sep 17 00:00:00 2001 From: Franklin van de Meent Date: Sun, 20 Aug 2017 12:02:20 +0200 Subject: [PATCH] Docs: Added note on testing --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e71d369..1aeabd4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ dd if=/dev/zero of=100mb.bin bs=100M count=1 ``` +Note on testing +--------------- + +With these kind of tools you are testing the available bandwidth of +the slowest connection between your device and the host. For example, +when your web server connection is slower than your own network, you +are actually testing the server's bandwidth instead of your own. + + Unlicense ---------