summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/compilation.xml
blob: b3148322134791c5b675bb6e0e4cd6a6a6e88316 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.0.0</Version>
		<TestType>Processor</TestType>
		<Title>Timed Code Compilation</Title>
		<Maintainer>Michael Larabel</Maintainer>
		<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-apache</Test>
	</RunTest>
	<RunTest>
		<Test>build-mysql</Test>
	</RunTest>
	<RunTest>
		<Test>build-php</Test>
	</RunTest>
	<RunTest>
		<Test>build-imagemagick</Test>
	</RunTest>
</PhoronixTestSuite>