Has anyone tried to get PTS running under Beta 4? I recall trying a year ago or so, but ran into PHP issues.
1 Like
I tried with latest version yesterday…The CPU and the file system is reported as Uknnown so all tests fail to start. I tried to modify pts-core directory contents but nothing improved.
1 Like
Glad someone else tried. Too bad there hasn’t been any improvements here.
https://github.com/phoronix-test-suite/phoronix-test-suite/issues/443
The pts uses a library called phodevi which detects cpu and filesystem phoronix-test-suite/pts-core/objects/phodevi/components at master · phoronix-test-suite/phoronix-test-suite · GitHub It does it the Linux way which fails.E.g for Haiku the correct way to detect cpu is sysinfo. Someone with php experience should be able to patch things easily.
1 Like