summaryrefslogtreecommitdiffstats
path: root/pts/test-suites/java.xml
blob: 851403fa53f361cf3bfd2425b361d93f9274c7db (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
28
29
30
31
32
33
34
35
<PhoronixTestSuite>
	<SuiteInformation>
		<Version>1.0.1</Version>
		<TestType>System</TestType>
		<Title>Java</Title>
		<Maintainer>Michael Larabel</Maintainer>
		<Description>The Java test suite contains all Java-based test profiles within the Phoronix Test Suite.</Description>
	</SuiteInformation>
	<RunTest>
		<Test>sunflow</Test>
	</RunTest>
	<RunTest>
		<Test>bork</Test>
	</RunTest>
	<RunTest>
		<Test>java-scimark2</Test>
		<Arguments>TEST_FFT</Arguments>
		<Description>FFT Performance</Description>
	</RunTest>
	<RunTest>
		<Test>java-scimark2</Test>
		<Arguments>TEST_SOR</Arguments>
		<Description>SOR Performance</Description>
	</RunTest>
	<RunTest>
		<Test>java-scimark2</Test>
		<Arguments>TEST_MONTE</Arguments>
		<Description>Monte Carlo Performance</Description>
	</RunTest>
	<RunTest>
		<Test>java-scimark2</Test>
		<Arguments>TEST_COMPOSITE</Arguments>
		<Description>Composite Performance</Description>
	</RunTest>
</PhoronixTestSuite>