Announcement

Collapse
No announcement yet.

Local Test Results

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

  • Local Test Results

    Hello,

    I have a local benchmark test that I wrote which is a small C program. It takes 20 minutes to run and produces output like this:-

    1000 iterations of 1000 microseconds
    entering analyse phase with 1000 samples
    Results for 1000 samples
    min = 1009024 nano seconds
    max = 1066649 nano seconds
    avg = 1054994.30 nano seconds
    median = 1054808 nano seconds
    std dev = 2056.54 nano seconds

    What I want is to record all the min/max/avg/median/std dev values into the results in one go after the run. Is this possible ?

    Thanks
    Paul

  • #2
    Originally posted by PsychoSid View Post
    Hello,

    I have a local benchmark test that I wrote which is a small C program. It takes 20 minutes to run and produces output like this:-

    1000 iterations of 1000 microseconds
    entering analyse phase with 1000 samples
    Results for 1000 samples
    min = 1009024 nano seconds
    max = 1066649 nano seconds
    avg = 1054994.30 nano seconds
    median = 1054808 nano seconds
    std dev = 2056.54 nano seconds

    What I want is to record all the min/max/avg/median/std dev values into the results in one go after the run. Is this possible ?

    Thanks
    Paul
    Yes. look at the results-parser example in like ~/.phoronix-test-suite/test-profile/pts/xonotic* (or openarena, etc) for reading min/max aside from result, etc.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment

    Working...
    X