Loading docs/benchmarking/phoronix-test-suite.md +6 −4 Original line number Diff line number Diff line Loading @@ -5,15 +5,17 @@ More information here: <https://www.phoronix-test-suite.com/> ## Install on Linux (Debian/Ubuntu) Install dependancies: ```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 sudo apt install -y php-cli php-xml pkg-config ``` Install dependancies: Install Phoronix Test Suite: ```shell sudo apt install -y php-cli php-xml pkg-config 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 Loading Loading
docs/benchmarking/phoronix-test-suite.md +6 −4 Original line number Diff line number Diff line Loading @@ -5,15 +5,17 @@ More information here: <https://www.phoronix-test-suite.com/> ## Install on Linux (Debian/Ubuntu) Install dependancies: ```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 sudo apt install -y php-cli php-xml pkg-config ``` Install dependancies: Install Phoronix Test Suite: ```shell sudo apt install -y php-cli php-xml pkg-config 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 Loading