From 2a453cf188e10765f531e50527566c0aab2bd1fc Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 15 Nov 2025 12:28:03 +0100 Subject: [PATCH] feat: install depenancies before pts --- docs/benchmarking/phoronix-test-suite.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.