Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/TODO b/TODO
index 234fd8b..6d52824 100644
--- a/TODO
+++ b/TODO
@@ -6,12 +6,10 @@
- Provide Warnings For Major Things Possibly Influencing Results
- i.e. if EIST / Cool n Quiet are enabled
- Choice of SH or PHP for all install scripts
-- PossiblePaths to support multiple possible install locations, separated by : delimiter.
- Use new (larger) Wav file for benchmarks... internal Phoronix WAV file used is copyrighted music. Current PTS One is too small for reliable results.
- Improved hardware detection (i.e. recognize multiple graphics cards)
- Change all the echos to fwrite with using STDOUT or STDERR where relevant
- Support browsers aside from just Firefox launch. detect whats installed.
-- PTS merge results needs all of the compatibility checks in place
- "Optimization Tips"
- More MD5 checks in test scripts
- Change locking system away from time-based but to PID based
diff --git a/pts/benchmark-profiles/build-imagemagick.xml b/pts/benchmark-profiles/build-imagemagick.xml
index abd777a..a1a4e17 100644
--- a/pts/benchmark-profiles/build-imagemagick.xml
+++ b/pts/benchmark-profiles/build-imagemagick.xml
@@ -14,7 +14,7 @@
<Executable>time-compile-imagemagick</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test times how long it takes to build ImageMagick.</Description>
- <Notes> </Notes>
</Information>
</PTSBenchmark>
diff --git a/pts/benchmark-profiles/build-linux-kernel.xml b/pts/benchmark-profiles/build-linux-kernel.xml
index 6ace714..86589c2 100644
--- a/pts/benchmark-profiles/build-linux-kernel.xml
+++ b/pts/benchmark-profiles/build-linux-kernel.xml
@@ -14,6 +14,7 @@
<Executable>time-compile-kernel</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test times how long it takes to build the Linux 2.6.25 kernel.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/build-mplayer.xml b/pts/benchmark-profiles/build-mplayer.xml
index 4c50660..46614c7 100644
--- a/pts/benchmark-profiles/build-mplayer.xml
+++ b/pts/benchmark-profiles/build-mplayer.xml
@@ -14,6 +14,7 @@
<Executable>time-compile-mplayer</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test times how long it takes to build the MPlayer media program.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/build-php.xml b/pts/benchmark-profiles/build-php.xml
index 0521b81..267efae 100644
--- a/pts/benchmark-profiles/build-php.xml
+++ b/pts/benchmark-profiles/build-php.xml
@@ -14,6 +14,7 @@
<Executable>time-compile-php</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test times how long it takes to build PHP 5 with the Zend engine.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/compress-gzip.xml b/pts/benchmark-profiles/compress-gzip.xml
index 80aa6e1..ab52304 100644
--- a/pts/benchmark-profiles/compress-gzip.xml
+++ b/pts/benchmark-profiles/compress-gzip.xml
@@ -14,6 +14,7 @@
<Executable>compress-gzip</Executable>
<TimesToRun>5</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>Timed Gzip compression benchmarks.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/doom3-demo.xml b/pts/benchmark-profiles/doom3-demo.xml
index 2dfc1af..3e137da 100644
--- a/pts/benchmark-profiles/doom3-demo.xml
+++ b/pts/benchmark-profiles/doom3-demo.xml
@@ -14,6 +14,7 @@
<Executable>doom3</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the Doom 3 (demo) game.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/doom3.xml b/pts/benchmark-profiles/doom3.xml
index 9132620..ec266a3 100644
--- a/pts/benchmark-profiles/doom3.xml
+++ b/pts/benchmark-profiles/doom3.xml
@@ -14,6 +14,7 @@
<Executable>doom3</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the Doom 3 game.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/encode-flac.xml b/pts/benchmark-profiles/encode-flac.xml
index c1021c7..8ab00a6 100644
--- a/pts/benchmark-profiles/encode-flac.xml
+++ b/pts/benchmark-profiles/encode-flac.xml
@@ -14,6 +14,7 @@
<Executable>flac</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test times how long it takes to encode a sample WAV file to FLAC format.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/encode-mp3.xml b/pts/benchmark-profiles/encode-mp3.xml
index a9995ba..3fa3d47 100644
--- a/pts/benchmark-profiles/encode-mp3.xml
+++ b/pts/benchmark-profiles/encode-mp3.xml
@@ -14,6 +14,7 @@
<Executable>lame</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>LAME is an MP3 encoder licensed under the LGPL. This test measures the time required to encode a WAV file to MP3 format.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/encode-ogg.xml b/pts/benchmark-profiles/encode-ogg.xml
index ea2fcaa..69dc52a 100644
--- a/pts/benchmark-profiles/encode-ogg.xml
+++ b/pts/benchmark-profiles/encode-ogg.xml
@@ -14,6 +14,7 @@
<Executable>oggenc</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test times how long it takes to encode a sample WAV file to Ogg format.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/etqw-demo.xml b/pts/benchmark-profiles/etqw-demo.xml
index d4cf353..3d8f6ac 100644
--- a/pts/benchmark-profiles/etqw-demo.xml
+++ b/pts/benchmark-profiles/etqw-demo.xml
@@ -14,6 +14,7 @@
<Executable>etqw</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the demo for the game ET:QW game.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/etqw.xml b/pts/benchmark-profiles/etqw.xml
index d9a250f..73d8684 100644
--- a/pts/benchmark-profiles/etqw.xml
+++ b/pts/benchmark-profiles/etqw.xml
@@ -14,6 +14,7 @@
<Executable>etqw</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the ET:QW game.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/fgl-glxgears.xml b/pts/benchmark-profiles/fgl-glxgears.xml
index 8e07538..4d0161e 100644
--- a/pts/benchmark-profiles/fgl-glxgears.xml
+++ b/pts/benchmark-profiles/fgl-glxgears.xml
@@ -13,6 +13,7 @@
<Executable>fgl_glxgears</Executable>
<TimesToRun>5</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the ATI fgl_glxgears test.</Description>
<Notes>This is a very poor benchmark.</Notes>
</Information>
diff --git a/pts/benchmark-profiles/fract.xml b/pts/benchmark-profiles/fract.xml
index 95fc942..e002323 100644
--- a/pts/benchmark-profiles/fract.xml
+++ b/pts/benchmark-profiles/fract.xml
@@ -14,6 +14,7 @@
<Executable>fract</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test uses the FRACT benchmark.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/glmark.xml b/pts/benchmark-profiles/glmark.xml
index 1b958b0..9863e45 100644
--- a/pts/benchmark-profiles/glmark.xml
+++ b/pts/benchmark-profiles/glmark.xml
@@ -15,6 +15,7 @@
<ExternalDependencies>sdl-development, glut</ExternalDependencies>
<TimesToRun>1</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test uses the GLMark benchmark.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/gtkperf.xml b/pts/benchmark-profiles/gtkperf.xml
index 482ea0d..e90d16c 100644
--- a/pts/benchmark-profiles/gtkperf.xml
+++ b/pts/benchmark-profiles/gtkperf.xml
@@ -15,6 +15,7 @@
<ExternalDependencies>gtk-development</ExternalDependencies>
<TimesToRun>1</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>This test calculates the average frame-rate in some GTK tests.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/hdparm-read.xml b/pts/benchmark-profiles/hdparm-read.xml
index 84973aa..4c31401 100644
--- a/pts/benchmark-profiles/hdparm-read.xml
+++ b/pts/benchmark-profiles/hdparm-read.xml
@@ -13,6 +13,7 @@
<Executable>hdparm-su</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>MB/s</ResultScale>
+ <Proportion>HIB</Proportion>
<Description> </Description>
<Notes>On most systems, hdparm requires root access</Notes>
</Information>
diff --git a/pts/benchmark-profiles/memory-bandwidth.xml b/pts/benchmark-profiles/memory-bandwidth.xml
index b846d62..eb00f28 100644
--- a/pts/benchmark-profiles/memory-bandwidth.xml
+++ b/pts/benchmark-profiles/memory-bandwidth.xml
@@ -14,6 +14,7 @@
<Executable>memory-bandwidth</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>MB/s</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This benchmark tests the system memory (RAM) and CPU Level 2 cache performance.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/nexuiz.xml b/pts/benchmark-profiles/nexuiz.xml
index 27c879a..e624dab 100644
--- a/pts/benchmark-profiles/nexuiz.xml
+++ b/pts/benchmark-profiles/nexuiz.xml
@@ -14,6 +14,7 @@
<Executable>nexuiz</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>Average FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This is a benchmark of Nexuiz, a popular open-source first-person shooter.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/quake4.xml b/pts/benchmark-profiles/quake4.xml
index 0c7e4b2..029fffa 100644
--- a/pts/benchmark-profiles/quake4.xml
+++ b/pts/benchmark-profiles/quake4.xml
@@ -14,6 +14,7 @@
<Executable>quake4</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>FPS</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This test calculates the average frame-rate within the ET:QW game.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/ramspeed.xml b/pts/benchmark-profiles/ramspeed.xml
index 6b5ead0..8d31398 100644
--- a/pts/benchmark-profiles/ramspeed.xml
+++ b/pts/benchmark-profiles/ramspeed.xml
@@ -14,6 +14,7 @@
<Executable>ramspeed-benchmark</Executable>
<TimesToRun>1</TimesToRun>
<ResultScale>MB/s</ResultScale>
+ <Proportion>HIB</Proportion>
<Description>This benchmark tests the system memory (RAM) performance.</Description>
<Notes> </Notes>
</Information>
diff --git a/pts/benchmark-profiles/super-pi.xml b/pts/benchmark-profiles/super-pi.xml
index 207cd96..63e6a4b 100644
--- a/pts/benchmark-profiles/super-pi.xml
+++ b/pts/benchmark-profiles/super-pi.xml
@@ -14,6 +14,7 @@
<Executable>superpi</Executable>
<TimesToRun>3</TimesToRun>
<ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
<Description>Time how long it takes to calculate pi to 1 million digits.</Description>
<Notes> </Notes>
</Information>
<
Copyright © 2010 by Phoronix Media