summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/qgears2.xml
blob: 3d2d428c5d496c21c28cf8aa63dad6b92ae0faa0 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.0.0</Version>
		<TestType>Graphics</TestType>
		<SoftwareType>Other</SoftwareType>
		<License>FREE</License>
		<Status>VERIFIED</Status>
		<Maintainer>Michael Larabel</Maintainer>
		<EnvironmentSize>0.42</EnvironmentSize>
		<ProjectURL>http://zrusin.blogspot.com/</ProjectURL>
		<ExternalDependencies>build-essential, qt4-development</ExternalDependencies>
		<SupportedPlatforms>Linux</SupportedPlatforms>
		<Extends>2d-test</Extends>
	</TestProfile>
	<TestInformation>
		<Title>QGears2</Title>
		<Executable>qgears2-run</Executable>
		<TimesToRun>3</TimesToRun>
		<ResultScale>Frames Per Second</ResultScale>
		<Description>This test runs qgears2, which is a test written by Zack Rusin and is based upon cairogears. This test can see how well different rendering backends perform and uses Qt4.</Description>
	</TestInformation>
	<TestSettings>
		<Option>
			<DisplayName>Rendering</DisplayName>
			<Identifier>render-backend</Identifier>
			<Menu>
				<Entry>
					<Name>CPU-based Raster</Name>
					<Value>-image</Value>
				</Entry>
				<Entry>
					<Name>XRender Extension</Name>
					<Value>-render</Value>
				</Entry>
				<Entry>
					<Name>OpenGL</Name>
					<Value>-gl</Value>
				</Entry>
			</Menu>
		</Option>
		<Option>
			<DisplayName>Test</DisplayName>
			<Identifier>test-mode</Identifier>
			<Menu>
				<Entry>
					<Name>Gears</Name>
					<Value>GEARSFANCY</Value>
				</Entry>
				<Entry>
					<Name>Text</Name>
					<Value>TEXT</Value>
				</Entry>
				<Entry>
					<Name>Image Scaling</Name>
					<Value>COMPO</Value>
				</Entry>
			</Menu>
		</Option>
	</TestSettings>
</PhoronixTestSuite>