Announcement

Collapse
No announcement yet.

Phoronix issue on Windows 10

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phoronix issue on Windows 10

    I want to use phoronix for automating my benchmarks but hitting an issue on windows 10. After installing when I try to execute some command like

    "phoronix-test-suite list-tests", it just starts a web server instead of listing available tests. See output below :

    C:\phoronix-test-suite>echo Starting the Phoronix Test Suite
    Starting the Phoronix Test Suite

    C:\phoronix-test-suite>set PTS_SILENT_MODE=0

    C:\phoronix-test-suite>C:\PHP\php.exe "C:\phoronix-test-suite\\pts-core\phoronix-test-suite.php" list_tests
    list_available_tests
    [Fri Feb 14 15:19:31 2020] PHP 7.4.2 Development Server (http://localhost:8046) started


    How can I access cli and run tests ? I have already installed cygwin and other dependencies(php, visual c++). Any help will be really appreciated ?

  • #2
    I am guessing you are running PTS Git? When did you clone from GitHub?

    The other day I was making some improvements to the Windows code path during which there might be some faulty commits, in which case can you try doing a fresh pull to then see if it works fine?

    Or if you are on PTS Git, does it work fine if you run from PowerShell? From the output above, looks like you might just be double clicking the bat file?
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      I downloaded the PTS GIT yesterday. I re-downloaded and it works now. Thanks !!!

      Comment


      • #4
        Btw, How stable is Phoronix on windows ? I want to automate some gaming benchmarks so that I can launch them on multiple systems easily. The benchmarks that I want to run are 3DMark and SPECwpc. As far as I understand I can write some scripts to have them run via Phoronix

        Comment


        • #5
          Originally posted by keccak View Post
          Btw, How stable is Phoronix on windows ? I want to automate some gaming benchmarks so that I can launch them on multiple systems easily. The benchmarks that I want to run are 3DMark and SPECwpc. As far as I understand I can write some scripts to have them run via Phoronix
          It's stable, particularly if sticking to the tagged versions. PTS Git is also generally quite stable, just this week been working on some Windows-specific improvements so quite in flux.

          For PTS on Windows there already should be a PCMark test profile that can be used for reference along with SPECjbb and SPECcpu tests for reference.
          Michael Larabel
          https://www.michaellarabel.com/

          Comment


          • #6
            Found the PCMark test profile but couldn't find SPECcpu test profile ? Would you mind sharing it ?

            Comment


            • #7
              Originally posted by keccak View Post
              Found the PCMark test profile but couldn't find SPECcpu test profile ? Would you mind sharing it ?
              They should be there as:

              $ phoronix-test-suite search spec-

              Search

              TEST PROFILES
              pts/spec-cpu2017-1.0.2 SPEC CPU 2017 System
              pts/spec-jbb2015-1.0.1 SPECjbb 2015 System

              Michael Larabel
              https://www.michaellarabel.com/

              Comment

              Working...
              X