summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/graphics-magick.xml
blob: bc8799cdf4bc1807a513a87dce10f122b1a3a1e0 (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
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.0.0</Version>
		<TestType>Processor</TestType>
		<SoftwareType>Utility</SoftwareType>
		<License>FREE</License>
		<Status>VERIFIED</Status>
		<Maintainer>Michael Larabel</Maintainer>
		<Extends>photo-sample</Extends>
		<ExternalDependencies>build-utilities</ExternalDependencies>
		<ProjectURL>http://www.graphicsmagick.org/</ProjectURL>
	</TestProfile>
	<TestInformation>
		<Title>GraphicsMagick</Title>
		<Version>1.3.3</Version>
		<TimesToRun>3</TimesToRun>
		<ResultScale>Iterations Per Minute</ResultScale>
		<Proportion>HIB</Proportion>
		<Description>This is a test of GraphicsMagick with its OpenMP implementation that performs various imaging tests to stress the system's CPU.</Description>
	</TestInformation>
	<TestSettings>
		<Option>
			<DisplayName>Operation</DisplayName>
			<Identifier>operation</Identifier>
			<Menu>
				<Entry>
					<Name>HWB Color Space</Name>
					<Value>-colorspace HWB</Value>
				</Entry>
				<Entry>
					<Name>Blur</Name>
					<Value>-blur 0x1.0</Value>
				</Entry>
				<Entry>
					<Name>Local Adaptive Thresholding</Name>
					<Value>-lat 10x10-5%</Value>
				</Entry>
				<Entry>
					<Name>Resizing</Name>
					<Value>-resize 50%</Value>
				</Entry>
				<Entry>
					<Name>Sharpen</Name>
					<Value>-sharpen 0x1.0</Value>
				</Entry>
			</Menu>
		</Option>
	</TestSettings>
</PhoronixTestSuite>