summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/compilation.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-29 11:23:21 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-29 11:23:21 -0400
commitd2993872f1e7598e90e22cada8d58fabcb6443c1 (patch)
treee104a8cca259dcce012c95f3a7d311c1f9981fdd /pts/test-suites/compilation.xml
parentd8f940cde35c8423043bd37c58f00f57e901e66b (diff)
downloadphoronix-test-suite-upstream-d2993872f1e7598e90e22cada8d58fabcb6443c1.tar.gz
phoronix-test-suite-upstream-d2993872f1e7598e90e22cada8d58fabcb6443c1.tar.xz
phoronix-test-suite-upstream-d2993872f1e7598e90e22cada8d58fabcb6443c1.zip
Change benchmark-profiles/, benchmark-resources/, and benchmark-suites/ to test-profiles/, test-resources/, and test-suites/
Diffstat (limited to 'pts/test-suites/compilation.xml')
-rw-r--r--pts/test-suites/compilation.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pts/test-suites/compilation.xml b/pts/test-suites/compilation.xml
new file mode 100644
index 0000000..b781315
--- /dev/null
+++ b/pts/test-suites/compilation.xml
@@ -0,0 +1,24 @@
+<PhoronixTestSuite>
+ <SuiteInformation>
+ <Version>0.5</Version>
+ <TestType>Processor</TestType>
+ <Title>Timed Code Compilation Tests</Title>
+ <Maintainer>Michael Larabel</Maintainer>
+ <Description>This test suite consists of benchmarks that measure the amount of time needed to build common open-source software packages. These benchmarks will use your default compiler (likely GCC) and will adjust the number of compiling jobs based upon the number of detected CPU cores in your system. This suite is good for testing the system's processor, memory, and overall system performance.</Description>
+ </SuiteInformation>
+ <RunTest>
+ <Test>build-mplayer</Test>
+ <Arguments></Arguments>
+ <Description>Time To Compile</Description>
+ </RunTest>
+ <RunTest>
+ <Test>build-php</Test>
+ <Arguments></Arguments>
+ <Description>Time To Compile</Description>
+ </RunTest>
+ <RunTest>
+ <Test>build-imagemagick</Test>
+ <Arguments></Arguments>
+ <Description>Time To Compile</Description>
+ </RunTest>
+</PhoronixTestSuite>