summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/graphics-magick.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 17:44:29 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 17:44:29 -0500
commit812e20be9cb37c1c707ca92d49190d57f7bd2437 (patch)
treeac5fdb7092e42f2833cb71df6bff6ef476e5f52c /pts/test-profiles/graphics-magick.xml
parent486e91b428110447076120e3760b96363b1a1877 (diff)
downloadphoronix-test-suite-upstream-812e20be9cb37c1c707ca92d49190d57f7bd2437.tar.gz
phoronix-test-suite-upstream-812e20be9cb37c1c707ca92d49190d57f7bd2437.tar.xz
phoronix-test-suite-upstream-812e20be9cb37c1c707ca92d49190d57f7bd2437.zip
pts: Add graphics-magick test profile for GraphicsMagick 1.3 image
testing
Diffstat (limited to 'pts/test-profiles/graphics-magick.xml')
-rw-r--r--pts/test-profiles/graphics-magick.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/pts/test-profiles/graphics-magick.xml b/pts/test-profiles/graphics-magick.xml
new file mode 100644
index 0000000..d3f314a
--- /dev/null
+++ b/pts/test-profiles/graphics-magick.xml
@@ -0,0 +1,48 @@
+<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>
+ <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>