Skip to content

Instantly share code, notes, and snippets.

@fjudith
Last active January 24, 2020 13:24
Show Gist options
  • Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.
Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.
phoronix-test-suite
apt-get update -yqq && \
apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \
cd /tmp && \
curl -L https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \
cd phoronix-test-suite && \
./install-sh && \
phoronix-test-suite list-suites && \
phoronix-test-suite list-tests
@maverickcasanova
Copy link

Also needs php-zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment