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.4.1
pts/graphics-magick-1.4.1
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://distfiles.macports.org/GraphicsMagick/GraphicsMagick-1.3.12.tar.bz2, ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.12.tar.bz2</URL> <MD5>55182f371f82d5f9367bce04e59bbf25</MD5> <FileSize>6690493</FileSize> </Package> <Package> <URL>http://image_magick.veidrodis.com/image_magick/delegates/libpng-1.2.39.tar.gz</URL> <MD5>ddfeaf19b690985910c42e41974e8d65</MD5> <FileSize>815679</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf libpng-1.2.39.tar.gz tar -xjf GraphicsMagick-1.3.12.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.12/ 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.12/ 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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Results: #_RESULT_# iter 191.44s user 60.12s total 0.582 iter/s (0.183 iter/s cpu)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>GraphicsMagick</Title> <AppVersion>1.3.12</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.4.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>