projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Wed 2/3/10 13:04
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:38
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 12:27
Michael Larabel  
phoromatic: Add... 
Wed 2/3/10 9:26
Michael Larabel  
pts: Drop MD5 hashes in... 
Tue 2/2/10 23:43
Michael Larabel  
phoromatic: Add... 
Tue 2/2/10 23:35
Michael Larabel  
pts-core: Phoromatic... 
 
> --git a/pts-core/functions/pts-functions.php b/pts-core/functions/pts-functions.php
index 35c882e
..1a92b7e 100644
--- a/pts-core/functions/pts-functions.php
+++ b/pts-core/functions/pts-functions.php
@@ -22,+22,@@
 require_once(
"pts-core/functions/pts-functions_config.php");
 require_once(
"pts-core/functions/pts-functions_linux.php");

-
define("PTS_VERSION""0.1.0");
+
define("PTS_VERSION""0.2.0");
 
define("PTS_CODENAME""TRONDHEIM");
 
define("PTS_TYPE""DESKTOP");

diff --git a/pts/benchmark-resources/encode-flac/install.sh b/pts/benchmark-resources/encode-flac/install.sh
index 5419f20
..f043229 100644
--- a/pts/benchmark-resources/encode-flac/install.sh
+++ b/pts/benchmark-resources/encode-flac/install.sh
@@ -15,17 +15,17 @@ if [ ! -../pts-shared/pts-wav-sample-file.wav ]
 
fi

 THIS_DIR
=$(pwd)
-
mkdir $THIS_DIR/flac
+mkdir $THIS_DIR/flac_

 tar 
-xvf flac.tar.gz
 cd flac
-1.2.1/
-./
configure --prefix=$THIS_DIR/flac
+./configure --prefix=$THIS_DIR/flac_
 make 
-j $NUM_CPU_JOBS
 make install
 cd 
..
 
rm -rf flac-1.2.1/

 echo 
"#!/bin/sh
-/usr/bin/time -f \"WAV To FLAC Encode Time: %e Seconds\" ./flac/bin/flac -s --best ../pts-shared/pts-wav-sample-file.wav 2>&1
+/usr/bin/time -f \"WAV To FLAC Encode Time: %e Seconds\" ./flac_/bin/flac -s --best ../pts-shared/pts-wav-sample-file.wav 2>&1
 rm -f ../pts-shared/pts-wav-sample-file.flac" 
flac
 chmod 
+x flac
diff 
--git a/pts/benchmark-resources/encode-mp3/install.sh b/pts/benchmark-resources/encode-mp3/install.sh
index 4f11a60
..2eea05f 100644
--- a/pts/benchmark-resources/encode-mp3/install.sh
+++ b/pts/benchmark-resources/encode-mp3/install.sh
@@ -15,11 +15,11 @@ if [ ! -../pts-shared/pts-wav-sample-file.wav ]
 
fi

 THIS_DIR
=$(pwd)
-
mkdir $THIS_DIR/lame
+mkdir $THIS_DIR/lame_

 tar 
-xvf lame.tar.gz
 cd lame
-3.97/
-./
configure --prefix=$THIS_DIR/lame
+./configure --prefix=$THIS_DIR/lame_
 make 
-j $NUM_CPU_JOBS
 make install
 cd 
..
@@ -
27,+27,@@ rm -rf lame-3.97/

 echo 
"#!/bin/sh
 rm -f audio.mp3
-/usr/bin/time -f \"WAV To MP3 Encode Time: %e Seconds\" ./lame/bin/lame --silent -h ../pts-shared/pts-wav-sample-file.wav audio.mp3 2>&1" 
lame
+/usr/bin/time -"WAV To MP3 Encode Time: %e Seconds\" ./lame_/bin/lame --silent -h ../pts-shared/pts-wav-sample-file.wav audio.mp3 2>&1" lame
 chmod 
+x lame
-
diff --git a/pts/benchmark-suites/audio-encoding.xml b/pts/benchmark-suites/audio-encoding.xml
index fe0c8cf
..a51ce6e 100644
--- a/pts/benchmark-suites/audio-encoding.xml
+++ b/pts/benchmark-suites/audio-encoding.xml
@@ -1,+1,@@
 <
PTSuite>
     <
PhoronixTestSuite>
-        <
Version>0.1</Version>
+        <
Version>0.2</Version>
         <
BenchmarkType>System</BenchmarkType>
         <
Title>Audio Encoding Test Suite</Title>
         <
Maintainer>Michael Larabel</Maintainer>
diff --git a/pts/benchmark-suites/compilation.xml b/pts/benchmark-suites/compilation.xml
index f0ff67f
..789fb76 100644
--- a/pts/benchmark-suites/compilation.xml
+++ b/pts/benchmark-suites/compilation.xml
@@ -1,+1,@@
 <
PTSuite>
     <
PhoronixTestSuite>
-        <
Version>0.1</Version>
+        <
Version>0.2</Version>
         <
BenchmarkType>Processor</BenchmarkType>
         <
Title>Timed Code Compilation Tests</Title>
         <
Maintainer>Michael Larabel</Maintainer>
diff --git a/pts/benchmark-suites/universe.xml b/pts/benchmark-suites/universe.xml
index 4624f95
..bd799e6 100644
--- a/pts/benchmark-suites/universe.xml
+++ b/pts/benchmark-suites/universe.xml
@@ -1,+1,@@
 <
PTSuite>
     <
PhoronixTestSuite>
-        <
Version>0.1</Version>
+        <
Version>0.2</Version>
         <
BenchmarkType>System</BenchmarkType>
         <
Title>Universe Test Suite</Title>
         <
Maintainer>Michael Larabel</Maintainer>
@@ -
47,+47,14 @@
         <
Arguments></Arguments>
         <
Description></Description>
     </
PTSBenchmark>
+    <
PTSBenchmark>
+        <
Benchmark>ramspeed</Benchmark>
+        <
Arguments>ADD -b 3 -l 10</Arguments>
+        <
Description>Integer BatchRun Add</Description>
+    </
PTSBenchmark>
+    <
PTSBenchmark>
+        <
Benchmark>memory-bandwidth</Benchmark>
+        <
Arguments>TEST_READ</Arguments>
+        <
Description>RAM Sequential Read</Description>
+    </
PTSBenchmark>
 </
PTSuite>
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media