PDA

View Full Version : Access global results details?


krunge
03-10-2009, 11:44 PM
I apologize if the answer to this is obvious, I can't seem to find it...

How do I access the "raw" or full details of a result that has been uploaded to global.phoronix-test-suite.com?

A benchmark is often a bunch of little tests. The results of all of the tests can be rolled up into a single number or score. But I want to access the results of the individual little tests. This will help me to decide which hardware I should buy.

As a specific example, I am interested in a few particular tests that are part of the x11perf benchmark. How can a view this information for an uploaded result?

Thank you.

Michael
03-12-2009, 08:04 PM
Just run:

phoronix-test-suite clone <Phoronix Global ID>

and then look at the XML in:

~/.phoronix-test-suite/test-results/<Global ID>/composite.xml

or run:

phoronix-test-suite analyze-all-runs <The Global ID from above>