Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Timed ImageMagick Compilation 1.6.1
pts/build-imagemagick-1.6.1
- 16 February 2014 -
Update download links for ImageMagick 6.8.1-10.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m1 (Plavsk)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.imagemagick.org/download/legacy/ImageMagick-6.8.1-10.tar.bz2, http://ring.u-toyama.ac.jp/archives/graphics/ImageMagick/legacy/ImageMagick-6.8.1-10.tar.bz2</URL> <MD5>1cb5195482147625a2be3e860f3a0489</MD5> <SHA256>0944253dc7b9e5934f99a41fed2c52f19891f541e627614a7b0d44a182769084</SHA256> <FileSize>11086286</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd ImageMagick-6.8.1-10/ make -s -j \$NUM_CPU_JOBS 2>&1 echo \$? > ~/test-exit-status" > time-compile-imagemagick chmod +x time-compile-imagemagick
interim.sh
#!/bin/sh cd ImageMagick-6.8.1-10/ make clean
post.sh
#!/bin/sh rm -rf ImageMagick-6.8.1-1/
pre.sh
#!/bin/sh tar -xjf ImageMagick-6.8.1-10.tar.bz2 cd ImageMagick-6.8.1-10/ ./configure > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m1 (Plavsk)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.0m1 (Plavsk)--> <PhoronixTestSuite> <TestInformation> <Title>Timed ImageMagick Compilation</Title> <AppVersion>6.8.1-10</AppVersion> <Description>This test times how long it takes to build ImageMagick.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-imagemagick</Executable> </TestInformation> <TestProfile> <Version>1.6.1</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, perl</ExternalDependencies> <ProjectURL>http://www.imagemagick.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>