summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/compilation.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-26 13:44:50 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-26 13:44:50 -0400
commit5b30b8af801ca001de98829023722b74d7c8ef3f (patch)
treedf50ab79f690e1056f2e72bbfdba1800b319fcbe /pts/test-suites/compilation.xml
parentb42d37270c2d45ac5d119431ddcb971b9b21a7cf (diff)
downloadphoronix-test-suite-upstream-5b30b8af801ca001de98829023722b74d7c8ef3f.tar.gz
phoronix-test-suite-upstream-5b30b8af801ca001de98829023722b74d7c8ef3f.tar.xz
phoronix-test-suite-upstream-5b30b8af801ca001de98829023722b74d7c8ef3f.zip
All test suites updated against latest available tests and Add
(missing) options to scimark2 and quite a bit of other test profile and test suite work...
Diffstat (limited to 'pts/test-suites/compilation.xml')
-rw-r--r--pts/test-suites/compilation.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/pts/test-suites/compilation.xml b/pts/test-suites/compilation.xml
index 7191222..e8da439 100644
--- a/pts/test-suites/compilation.xml
+++ b/pts/test-suites/compilation.xml
@@ -1,10 +1,10 @@
<PhoronixTestSuite>
<SuiteInformation>
- <Version>0.5</Version>
+ <Version>0.9.0</Version>
<TestType>Processor</TestType>
- <Title>Timed Code Compilation Tests</Title>
+ <Title>Timed Code Compilation</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>
+ <Description>This test suite consists of tests that measure the amount of time needed to build common open-source software packages. These tests 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>
@@ -18,4 +18,7 @@
<RunTest>
<Test>build-imagemagick</Test>
</RunTest>
+ <RunTest>
+ <Test>build-linux-kernel</Test>
+ </RunTest>
</PhoronixTestSuite>