Phoronix Test Suite

Each downloaded test on a suite fails for its own specific reason….All tests do some sort of compilation after downloading…but i found a simple and successful one

If one tweaks /boot/home/phoronix-test-suite/pts-core/objects/client/pts_test_run_manager.php by commenting out lines 1948 and 1949 (regarding display server detection) then few graphics tests run successfully. (Most still fail e.g regarding opengl detection)

Again the proper way is fixing the detection, not bypassing it…If one wants to play around with the tests that work currently then do the following:

git clone GitHub - phoronix-test-suite/phoronix-test-suite: The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software. · GitHub and then git apply the following patch file (after copying it to installation directory).

After that do

cd pts-core/

and

php phoronix-test-suite.php interactive

for interactive menu….if php is missing install it with pkgman.

2 Likes