diff --git a/docs/benchmarking/phoronix-test-suite.md b/docs/benchmarking/phoronix-test-suite.md index b01b0f3..a3a17f5 100644 --- a/docs/benchmarking/phoronix-test-suite.md +++ b/docs/benchmarking/phoronix-test-suite.md @@ -5,17 +5,19 @@ More information here: ## Install on Linux (Debian/Ubuntu) -```shell -wget -O- https://phoronix-test-suite.com/releases/phoronix-test-suite-10.8.4.tar.gz | tar xz -cd phoronix-test-suite && sudo ./install-sh -``` - Install dependancies: ```shell sudo apt install -y php-cli php-xml pkg-config ``` +Install Phoronix Test Suite: + +```shell +wget -O- https://phoronix-test-suite.com/releases/phoronix-test-suite-10.8.4.tar.gz | tar xz +cd phoronix-test-suite && sudo ./install-sh +``` + ## Basic benchmark For some quick basic system benchark you can use the following.