feat: install depenancies before pts

This commit is contained in:
Simon Cornet 2025-11-15 12:28:03 +01:00
commit 2a453cf188

View file

@ -5,17 +5,19 @@ More information here: <https://www.phoronix-test-suite.com/>
## Install on Linux (Debian/Ubuntu) ## 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: Install dependancies:
```shell ```shell
sudo apt install -y php-cli php-xml pkg-config 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 ## Basic benchmark
For some quick basic system benchark you can use the following. For some quick basic system benchark you can use the following.