From b620070b402bbafbd2f97e85a06f7b5e40bba9a3 Mon Sep 17 00:00:00 2001 From: M19 Date: Wed, 19 Aug 2020 19:21:49 +0530 Subject: [PATCH] Update README.md Added individual test commands for quick copy/paste --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a328824..3f5a4d8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ View YABS usage stats [here](https://yabs.rowe.sh). ## How to Run +**Test Disk** + +`curl -sL bench.cloudcone.sh | bash -s -- -ig` + +**Test Network Upload/Download** + +`curl -sL bench.cloudcone.sh | bash -s -- -fgr` + +**Test CPU Performance** + +`curl -sL bench.cloudcone.sh | bash -s -- -fi` + +**Test All** + `curl -sL bench.cloudcone.sh | bash` This script has been tested on the following Linux distributions: CentOS 6+, Debian 8+, Fedora 30, and Ubuntu 16.04+. It is designed to not require any external dependencies to be installed nor elevated privileges to run.