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
Last active
January 24, 2020 13:24
-
-
Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.
phoronix-test-suite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also needs php-zip