summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test-results/pts-results-viewer/phoronix-test-suite.gifbin53906 -> 0 bytes
-rw-r--r--test-results/pts-results-viewer/pts-viewer.css96
-rw-r--r--test-results/pts-results-viewer/pts.js15
-rw-r--r--test-results/pts-results-viewer/viewer.xsl52
-rw-r--r--test-results/sdfdsfdsf-1.xml41
-rw-r--r--test-results/sdfdsfdsf-2.xml41
-rw-r--r--test-results/sdfdsfdsf.xml45
7 files changed, 0 insertions, 290 deletions
diff --git a/test-results/pts-results-viewer/phoronix-test-suite.gif b/test-results/pts-results-viewer/phoronix-test-suite.gif
deleted file mode 100644
index f1a27b1..0000000
--- a/test-results/pts-results-viewer/phoronix-test-suite.gif
+++ /dev/null
Binary files differ
diff --git a/test-results/pts-results-viewer/pts-viewer.css b/test-results/pts-results-viewer/pts-viewer.css
deleted file mode 100644
index fa055c9..0000000
--- a/test-results/pts-results-viewer/pts-viewer.css
+++ /dev/null
@@ -1,96 +0,0 @@
-body
-{
- text-align: left;
- margin: 0;
- padding: 0;
- font-family: arial, helvetica, sans-serif;
- font-size: 14px;
- background-color: #3b433a;
-}
-div#pts_container
-{
- width: 960px;
- margin: 0 auto;
- text-align: left;
- color: #FFF;
- overflow: hidden;
- background-color: #222;
- border: solid #000;
- border-width: 0 1px 1px;
-}
-div#pts_container a
-{
- color: #FFF;
-}
-div#pts_logo
-{
- margin: 0;
- width: 960px;
- height: 70px;
- background: #222 url(phoronix-test-suite.gif) no-repeat;
- border: solid #000;
- border-width: 0 0 1px 0;
-}
-div#pts_benchmark_main_header
-{
- color: #FFF;
- font-size: 36px;
- font-weight: bold;
- padding: 5px 0 5px 15px;
-}
-div#pts_description_area
-{
- padding: 0 0 5px;
-}
-div#pts_benchmark_area
-{
- background-color: #FFF;
- padding: 15px 10px;
- color: #000;
- overflow: hidden;
-}
-div.pts_benchmark_descriptor
-{
- color: #EFEFEF;
- padding: 5px 20px;
-}
-div.pts_area_box
-{
- background-color: #66695B;
- color: #EFEFEF;
- padding: 1px 5px 0;
- border: solid #000 1px;
-}
-div.pts_benchmark_bar
-{
- background-color: #2b6b29;
- color: #FFF;
- padding: 4px;
- border: solid #000 1px;
- clear: both;
-}
-span.pts_benchmark_bar_header
-{
- font-size: 18px;
- font-weight: bold;
-}
-span.pts_benchmark_bar_version
-{
- vertical-align: super;
- padding-left: 5px;
- font-size: 10px;
-}
-div.pts_benchmark_text
-{
- padding: 50px 15px 15px;
- float: left;
- overflow: hidden;
-}
-div.pts_benchmark_img_area
-{
- padding: 15px 0 15px 35px;
- float: right;
- overflow: hidden;
- height: 100%;
- vertical-align: middle;
-}
diff --git a/test-results/pts-results-viewer/pts.js b/test-results/pts-results-viewer/pts.js
deleted file mode 100644
index 0ebbac7..0000000
--- a/test-results/pts-results-viewer/pts.js
+++ /dev/null
@@ -1,15 +0,0 @@
-function switchShow(i)
-{
- if(document.getElementById(i).style.display == "none")
- showObject(i);
- else
- hideObject(i);
-}
-function hideObject(i)
-{
- document.getElementById(i).style.display = "none";
-}
-function showObject(i)
-{
- document.getElementById(i).style.display = "block";
-}
diff --git a/test-results/pts-results-viewer/viewer.xsl b/test-results/pts-results-viewer/viewer.xsl
deleted file mode 100644
index 580f2b2..0000000
--- a/test-results/pts-results-viewer/viewer.xsl
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:template match="/">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Phoronix Test Suite - Results Viewer</title>
- <link href="pts-results-viewer/pts-viewer.css" rel="stylesheet" type="text/css" />
- <script src="pts-results-viewer/pts.js" type="text/javascript"></script>
- </head>
- <body>
- <div id="pts_container">
- <div id="pts_description_area">
- <div id="pts_logo"></div>
- <div id="pts_benchmark_main_header"><xsl:value-of select="PhoronixTestSuite/Suite/Title"/></div>
- <div class="pts_benchmark_descriptor" id="tsd_show" style="display: none;"><div class="pts_area_box"><p><xsl:value-of select="PhoronixTestSuite/Suite/Description"/></p><p style="font-size: 11px;"><em><xsl:value-of select="PhoronixTestSuite/Suite/Name" /> v<xsl:value-of select="PhoronixTestSuite/Suite/Version" /> is maintained by <xsl:value-of select="PhoronixTestSuite/Suite/Maintainer"/></em></p><p><span style="font-size: 11px;" onclick="switchShow('tsd_hidden');switchShow('tsd_show');">&lt;&lt; Hide Test Details</span></p></div></div>
- <div class="pts_benchmark_descriptor" id="tsd_hidden"><span style="font-size: 11px;" onclick="switchShow('tsd_hidden');switchShow('tsd_show');hideObject('tips_show');showObject('tips_hidden');">Show Test Details &gt;&gt;</span></div>
- <div class="pts_benchmark_descriptor"><xsl:value-of select="PhoronixTestSuite/System/Hardware"/></div>
- <div class="pts_benchmark_descriptor"><xsl:value-of select="PhoronixTestSuite/System/Software"/></div>
- <div class="pts_benchmark_descriptor"><strong>Phoronix Test Suite v<xsl:value-of select="PhoronixTestSuite/System/Version"/></strong></div>
- <div class="pts_benchmark_descriptor"><strong>Generated by <xsl:value-of select="PhoronixTestSuite/System/Author"/> on <xsl:value-of select="PhoronixTestSuite/System/TestDate"/></strong></div>
- <div class="pts_benchmark_descriptor"><strong>Test Notes:</strong> <xsl:value-of select="PhoronixTestSuite/System/TestNotes"/></div>
-
-<div style="display: none">
- <div class="pts_benchmark_descriptor" id="tips_hidden"><span style="font-size: 11px;" onclick="switchShow('tips_hidden');switchShow('tips_show');showObject('tsd_hidden');hideObject('tsd_show');">Performance Optimization Tips &gt;&gt;</span></div>
- <div class="pts_benchmark_descriptor" id="tips_show" style="display: none;"><div class="pts_area_box"><p><span style="font-size: 11px;" onclick="switchShow('tips_hidden');switchShow('tips_show');">&lt;&lt; Hide Tips</span></p>
-
-<p><span style="font-size: 11px;" onclick="switchShow('tips_hidden');switchShow('tips_show');">&lt;&lt; Hide Tips</span></p></div></div>
-</div>
-
- </div>
- <div id="pts_benchmark_area">
- <xsl:for-each select="PhoronixTestSuite/Benchmark">
- <div class="pts_benchmark_bar"><span class="pts_benchmark_bar_header"><xsl:value-of select="Name"/></span> <span class="pts_benchmark_bar_version">v<xsl:value-of select="Version"/></span><br /><strong><xsl:value-of select="Attributes"/></strong></div>
- <div class="pts_benchmark_text">
- <xsl:for-each select="Results/Group">
- <div style="padding: 5px 0;">
- <xsl:for-each select="Entry">
- <strong><xsl:value-of select="Identifier"/>:</strong><span style="padding-left: 5px;"><xsl:value-of select="Value"/></span><br />
- </xsl:for-each>
- </div>
- </xsl:for-each>
- </div>
- <div class="pts_benchmark_img_area"><img width="580" height="300"><xsl:attribute name="src">http://www.phoronix-test-suite.com/pts-grapher/r/graph-remote.php?t=<xsl:value-of select="Name" />&amp;s=<xsl:value-of select="Attributes"/>&amp;n=<xsl:value-of select="Version"/>&amp;u=<xsl:value-of select="Scale"/>&amp;p=<xsl:value-of select="Proportion"/>&amp;i=<xsl:for-each select="Results/Group"><xsl:for-each select="Entry"><xsl:value-of select="Identifier"/>;</xsl:for-each></xsl:for-each>&amp;v=<xsl:for-each select="Results/Group"><xsl:for-each select="Entry"><xsl:value-of select="Value"/>;</xsl:for-each></xsl:for-each>
-</xsl:attribute></img></div>
- </xsl:for-each>
- </div>
- <p align="center">The <a href="http://www.phoronix-test-suite.com/">Phoronix Test Suite</a> is developed by <a href="http://www.phoronix.com/">Phoronix</a>, an Internet resource devoted to Linux hardware reviews, video driver articles, and much more.</p>
- </div>
- </body>
-</html>
-</xsl:template>
-</xsl:stylesheet>
diff --git a/test-results/sdfdsfdsf-1.xml b/test-results/sdfdsfdsf-1.xml
deleted file mode 100644
index b9db7c5..0000000
--- a/test-results/sdfdsfdsf-1.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="pts-results-viewer/viewer.xsl" ?>
-<!-- Checksum: 12e4763d22dc1a747d82d0b907ca7812 -->
-<!-- Generated: 2008-04-04 14:51:26 -->
-<PhoronixTestSuite>
- <Benchmark>
- <Name>Ogg Encoding</Name>
- <Version>1.2.0</Version>
- <Attributes>Phoronix Test Suite v0.1.0</Attributes>
- <Scale>Seconds</Scale>
- <Proportion></Proportion>
- <ResultFormat>BAR_GRAPH</ResultFormat>
- <TestName>encode-ogg</TestName>
- <TestArguments></TestArguments>
- <Results>
- <Group>
- <Entry>
- <Identifier>dssdfsdfsdf</Identifier>
- <Value>9.10</Value>
- </Entry>
- </Group>
- </Results>
- </Benchmark>
- <System>
- <Hardware>Processor: Intel Core2 Duo CPU T9300 @ 2.50GHz (Total Cores: 2), Motherboard Chipset: Intel Mobile PM965/GM965/GL960, System Memory: 1982MB, Graphics: Quadro NVS 140M/PCI/SSE2, Screen Resolution: 1680x1050 </Hardware>
- <Software>OS: Ubuntu 8.04, Kernel: 2.6.24-14-generic (x86_64), X.Org Server: 1.4.0.90, OpenGL: 2.1.2 NVIDIA 171.06, Compiler: GCC 4.2.3 </Software>
- <Author>michael</Author>
- <TestDate>April 4, 2008 02:51 PM</TestDate>
- <TestNotes> </TestNotes>
- <Version>0.1.0</Version>
- <AssociatedIdentifiers>dssdfsdfsdf</AssociatedIdentifiers>
- </System>
- <Suite>
- <Title>sdfdsfdsf</Title>
- <Name>encode-ogg</Name>
- <Version>0.1</Version>
- <Description>This test times how long it takes to encode a sample WAV file to Ogg format.</Description>
- <Type>Utility</Type>
- <Maintainer>Michael Larabel</Maintainer>
- </Suite>
-</PhoronixTestSuite>
diff --git a/test-results/sdfdsfdsf-2.xml b/test-results/sdfdsfdsf-2.xml
deleted file mode 100644
index 53e9a5d..0000000
--- a/test-results/sdfdsfdsf-2.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="pts-results-viewer/viewer.xsl" ?>
-<!-- Checksum: fd2ec258b89eaf864095e4216b6d4831 -->
-<!-- Generated: 2008-04-04 14:57:53 -->
-<PhoronixTestSuite>
- <Benchmark>
- <Name>Ogg Encoding</Name>
- <Version>1.2.0</Version>
- <Attributes>Phoronix Test Suite v0.1.0</Attributes>
- <Scale>Seconds</Scale>
- <Proportion></Proportion>
- <ResultFormat>BAR_GRAPH</ResultFormat>
- <TestName>encode-ogg</TestName>
- <TestArguments></TestArguments>
- <Results>
- <Group>
- <Entry>
- <Identifier>fdsfdsf</Identifier>
- <Value>9.25</Value>
- </Entry>
- </Group>
- </Results>
- </Benchmark>
- <System>
- <Hardware>Processor: Intel Core2 Duo CPU T9300 @ 2.50GHz (Total Cores: 2), Motherboard Chipset: Intel Mobile PM965/GM965/GL960, System Memory: 1982MB, Graphics: Quadro NVS 140M/PCI/SSE2, Screen Resolution: 1680x1050 </Hardware>
- <Software>OS: Ubuntu 8.04, Kernel: 2.6.24-14-generic (x86_64), X.Org Server: 1.4.0.90, OpenGL: 2.1.2 NVIDIA 171.06, Compiler: GCC 4.2.3 </Software>
- <Author>michael</Author>
- <TestDate>April 4, 2008 02:57 PM</TestDate>
- <TestNotes> </TestNotes>
- <Version>0.1.0</Version>
- <AssociatedIdentifiers>fdsfdsf</AssociatedIdentifiers>
- </System>
- <Suite>
- <Title>sdfdsfdsf</Title>
- <Name>encode-ogg</Name>
- <Version>0.1</Version>
- <Description>This test times how long it takes to encode a sample WAV file to Ogg format.</Description>
- <Type>Utility</Type>
- <Maintainer>Michael Larabel</Maintainer>
- </Suite>
-</PhoronixTestSuite>
diff --git a/test-results/sdfdsfdsf.xml b/test-results/sdfdsfdsf.xml
deleted file mode 100644
index d9b8b06..0000000
--- a/test-results/sdfdsfdsf.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="pts-results-viewer/viewer.xsl" ?>
-<!-- Checksum: 346b281ee678a3b3a4adcfe2e76c9db3 -->
-<!-- Generated: 2008-04-04 14:57:53 -->
-<PhoronixTestSuite>
- <Suite>
- <Title>sdfdsfdsf</Title>
- <Name>encode-ogg</Name>
- <Version>0.1</Version>
- <Description>This test times how long it takes to encode a sample WAV file to Ogg format.</Description>
- <Type>Utility</Type>
- <Maintainer>Michael Larabel</Maintainer>
- </Suite>
- <System>
- <Hardware>Processor: Intel Core2 Duo CPU T9300 @ 2.50GHz (Total Cores: 2), Motherboard Chipset: Intel Mobile PM965/GM965/GL960, System Memory: 1982MB, Graphics: Quadro NVS 140M/PCI/SSE2, Screen Resolution: 1680x1050 </Hardware>
- <Software>OS: Ubuntu 8.04, Kernel: 2.6.24-14-generic (x86_64), X.Org Server: 1.4.0.90, OpenGL: 2.1.2 NVIDIA 171.06, Compiler: GCC 4.2.3 </Software>
- <Author>michael</Author>
- <TestDate>April 4, 2008 02:57 PM</TestDate>
- <TestNotes> </TestNotes>
- <Version>0.1.0</Version>
- <AssociatedIdentifiers>dssdfsdfsdf,fdsfdsf</AssociatedIdentifiers>
- </System>
- <Benchmark>
- <Name>Ogg Encoding</Name>
- <Version>1.2.0</Version>
- <Attributes>Phoronix Test Suite v0.1.0</Attributes>
- <Scale>Seconds</Scale>
- <Proportion></Proportion>
- <TestName>encode-ogg</TestName>
- <TestArguments></TestArguments>
- <ResultFormat>BAR_GRAPH</ResultFormat>
- <Results>
- <Group>
- <Entry>
- <Identifier>dssdfsdfsdf</Identifier>
- <Value>9.10</Value>
- </Entry>
- <Entry>
- <Identifier>fdsfdsf</Identifier>
- <Value>9.25</Value>
- </Entry>
- </Group>
- </Results>
- </Benchmark>
-</PhoronixTestSuite>