Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/pts-core/pts-results-viewer/viewer.xsl b/pts-core/pts-results-viewer/viewer.xsl
index 3fb7c74..4baa083 100644
--- a/pts-core/pts-results-viewer/viewer.xsl
+++ b/pts-core/pts-results-viewer/viewer.xsl
@@ -37,7 +37,7 @@
<h1>Additional Details</h1>
<div class="pts_chart_box">
<xsl:for-each select="PhoronixTestSuite/System"><div class="pts_column_head"><xsl:attribute name="style">width: <xsl:value-of select="$idwidth" />px;</xsl:attribute><xsl:value-of select="AssociatedIdentifiers" /></div></xsl:for-each>
- <xsl:for-each select="PhoronixTestSuite/System"><div class="pts_column_body"><xsl:attribute name="style">width: <xsl:value-of select="$idwidth" />px;</xsl:attribute><strong>Author:</strong> <xsl:value-of select="AssociatedIdentifiers" /><br /><strong>Test Date/Time:</strong> <xsl:value-of select="TestDate" /><br /><strong>PTS Version:</strong> <xsl:value-of select="Version" /></div></xsl:for-each>
+ <xsl:for-each select="PhoronixTestSuite/System"><div class="pts_column_body"><xsl:attribute name="style">width: <xsl:value-of select="$idwidth" />px;</xsl:attribute><strong>Generated By:</strong> <xsl:value-of select="AssociatedIdentifiers" /><br /><strong>Test Date/Time:</strong> <xsl:value-of select="TestDate" /><br /><strong>PTS Version:</strong> <xsl:value-of select="Version" /></div></xsl:for-each>
</div>
</div>
diff --git a/pts/benchmark-profiles/nexuiz.xml b/pts/benchmark-profiles/nexuiz.xml
index a774440..27c879a 100644
--- a/pts/benchmark-profiles/nexuiz.xml
+++ b/pts/benchmark-profiles/nexuiz.xml
@@ -1,6 +1,6 @@
<PTSBenchmark>
<PhoronixTestSuite>
- <Version>0.2</Version>
+ <Version>0.3</Version>
<BenchmarkType>Graphics</BenchmarkType>
<ApplicationType>Game</ApplicationType>
<License>FREE</License>
diff --git a/pts/benchmark-resources/nexuiz/install.sh b/pts/benchmark-resources/nexuiz/install.sh
index e5acdbc..7922fba 100755
--- a/pts/benchmark-resources/nexuiz/install.sh
+++ b/pts/benchmark-resources/nexuiz/install.sh
@@ -2,6 +2,12 @@
cd $1
+if [ -x /usr/games/nexuiz -a -r /usr/share/games/nexuiz/data/music20080229.pk3 ]; then
+cat > nexuiz <<'EOT'
+#!/bin/sh
+/usr/games/nexuiz +exec normal.cfg $@ | grep fps
+EOT
+else
if [ ! -f nexuiz-24.zip ]
then
wget http://internap.dl.sourceforge.net/sourceforge/nexuiz/nexuiz-24.zip -O nexuiz-24.zip
@@ -12,5 +18,5 @@ unzip -o nexuiz-24.zip
echo "#!/bin/sh
cd Nexuiz
./nexuiz-linux-glx.sh +exec normal.cfg \$@ | grep fps" > nexuiz
+fi
chmod +x nexuiz
-
<
Copyright © 2010 by Phoronix Media