Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
GraphicsMagick 1.5.1
pts/graphics-magick-1.5.1
- 03 October 2012 -
Update against upstream GraphicsMagick 1.3.16.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <Downloads> <Package> <URL>ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.16.tar.bz2, http://iweb.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/1.3.16/GraphicsMagick-1.3.16.tar.bz2</URL> <MD5>7f4395f47dc7be8b876eba7f19f92317</MD5> <FileName>GraphicsMagick-1.3.16.tar.bz2</FileName> <FileSize>7328861</FileSize> </Package> <Package> <URL>http://image_magick.veidrodis.com/image_magick/delegates/libpng-1.2.39.tar.gz</URL> <MD5>ddfeaf19b690985910c42e41974e8d65</MD5> <FileName>libpng-1.2.39.tar.gz</FileName> <FileSize>815679</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf libpng-1.2.39.tar.gz tar -xjf GraphicsMagick-1.3.16.tar.bz2 mkdir $HOME/gm_ cd libpng-1.2.39/ ./configure --prefix=$HOME/gm_ > /dev/null make -j $NUM_CPU_JOBS make install cd .. cd GraphicsMagick-1.3.16/ LDFLAGS="-L$HOME/gm_/lib" CPPFLAGS="-I$HOME/gm_/include" ./configure --without-perl --prefix=$HOME/gm_ --with-png=yes > /dev/null make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd .. rm -rf GraphicsMagick-1.3.16/ rm -rf libpng-1.2.39/ rm -rf gm_/share/doc/GraphicsMagick/ rm -rf gm_/share/man/ echo "#!/bin/sh OMP_NUM_THREADS=\$NUM_CPU_CORES ./gm_/bin/gm benchmark -duration 60 convert \$TEST_EXTENDS/DSC_6782.png \$@ null: > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > graphics-magick chmod +x graphics-magick
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Results: 4 threads #_RESULT_# iter 192.66s user 60.56s total 0.561 iter/s 0.176 iter/cpu</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.2.0m0 (Randaberg)--> <PhoronixTestSuite> <TestInformation> <Title>GraphicsMagick</Title> <AppVersion>1.3.16</AppVersion> <Description>This is a test of GraphicsMagick with its OpenMP implementation that performs various imaging tests to stress the system's CPU.</Description> <ResultScale>Iterations Per Minute</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, zlib-development</ExternalDependencies> <Extends>pts/photo-sample</Extends> <EnvironmentSize>22</EnvironmentSize> <ProjectURL>http://www.graphicsmagick.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <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>