summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/computational.xml
blob: a4e74f74e6b5e603db15fddfb84bae54be424777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.0.1</Version>
		<TestType>System</TestType>
		<Title>Computational Test Suite</Title>
		<Maintainer>Michael Larabel</Maintainer>
		<Description>This test suite contains tests that deal with measuring the system's computational / arithmetic performance. Some of the included tests are of synthetic nature while others have real-world meanings.</Description>
	</SuiteInformation>
	<RunTest>
		<Test>super-pi</Test>
		<Arguments>20</Arguments>
		<Description>1 Million Digits</Description>
	</RunTest>
	<RunTest>
		<Test>byte</Test>
		<Arguments>TEST_DHRY2</Arguments>
		<Description>Dhrystone 2</Description>
	</RunTest>
	<RunTest>
		<Test>scimark2</Test>
		<Arguments>TEST_COMPOSITE</Arguments>
		<Description>Composite</Description>
	</RunTest>
	<RunTest>
		<Test>fhourstones</Test>
	</RunTest>
</PhoronixTestSuite>