summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/j2dbench.xml
blob: f575eeccf4a1dc4b611aa053225dc10a80190db5 (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
36
37
38
39
40
41
42
43
44
45
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.1.0</Version>
		<TestType>Graphics</TestType>
		<SoftwareType>Utility</SoftwareType>
		<License>FREE</License>
		<Status>VERIFIED</Status>
		<Maintainer>Tao Zhang</Maintainer>
		<ProjectURL>http://www.java.net/</ProjectURL>
		<Extends>java-environment</Extends>
	</TestProfile>
	<TestInformation>
		<Title>Java 2D Microbenchmark</Title>
		<Version>1.0</Version>
		<TimesToRun>3</TimesToRun>
		<ResultScale>Units Per Second</ResultScale>
		<Proportion>HIB</Proportion>
		<Description>This test runs a series of microbenchmarks to check the performance of the OpenGL-based Java 2D pipeline and the underlying OpenGL drivers.</Description>
	</TestInformation>
	<TestSettings>
		<Option>
			<DisplayName>Rendering Test</DisplayName>
			<Identifier>rendering-test</Identifier>
			<ArgumentPrefix>TEST_</ArgumentPrefix>
			<Menu>
				<Entry>
					<Name>All Rendering Tests</Name>
					<Value>ALL</Value>
				</Entry>
				<Entry>
					<Name>Vector Graphics Rendering</Name>
					<Value>GRAPHICS</Value>
				</Entry>
				<Entry>
					<Name>Image Rendering</Name>
					<Value>IMAGES</Value>
				</Entry>
				<Entry>
					<Name>Text Rendering</Name>
					<Value>TEXT</Value>
				</Entry>
			</Menu>
		</Option>
	</TestSettings>
</PhoronixTestSuite>