feat: install depenancies before pts
This commit is contained in:
parent
be311b8097
commit
2a453cf188
1 changed files with 6 additions and 4 deletions
|
|
@ -5,17 +5,19 @@ More information here: <https://www.phoronix-test-suite.com/>
|
|||
|
||||
## 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue