From b7b85a8ea42e3f54064c4946c0032366f34ef89a Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 21 May 2023 18:07:47 +0200 Subject: [PATCH] Docs: Removed demo link Folks are using it for more than just testing the code, almost a terabyte per month. --- README.md | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 514c46a..91cee66 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ It doesn't even require a backend language such as PHP and runs great on static hosting. You simply upload the `index.html` file and generate -the binary testing files. +the binary testing files. The number precision can be +changed up to 3 decimals using the arrow keys on your +keyboard. - [Example](#example) - [Installation](#installation) @@ -17,19 +19,6 @@ the binary testing files. - [Author](#author) -## Example - -The link below has the same HTML file (with stats) -and is basic static webhosting with no backend -processing. The test files were generated using the -`fallocate` command. - - - -You can change the number precision up to 3 decimals using the arrow -keys on your keyboard. - - ## Installation Just clone the repo: @@ -86,15 +75,6 @@ These commands only create the files in the filesystem. No bytes are actually written to the storage. The suffix `m` is megabytes and `g` is gigabytes and so on. -Or you can download them from my server. - -**Please don't hotlink!!** - -* [1mb.bin](https://fvdm.com/speedtest/1mb.bin) -* [5mb.bin](https://fvdm.com/speedtest/5mb.bin) -* [10mb.bin](https://fvdm.com/speedtest/10mb.bin) -* [100mb.bin](https://fvdm.com/speedtest/100mb.bin) - ## Note on testing