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.7.2
pts/build-imagemagick-1.7.2
- 08 October 2015 -
Fix broken download link.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/ImageMagick-6.9.0-0.tar.bz2</URL> <MD5>7882143934cf6eba1c6c2f71e2fc8b12</MD5> <SHA256>00585cdab3e3867c6855cb415bd7ad9c0521b34abf9a1c32beb90991033d1717</SHA256> <FileSize>10068333</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd ImageMagick-6.9.0-0/ 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.9.0-0/ make clean
post.sh
#!/bin/sh rm -rf ImageMagick-6.9.0-0/
pre.sh
#!/bin/sh tar -xjf ImageMagick-6.9.0-0.tar.bz2 cd ImageMagick-6.9.0-0/ ./configure > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed ImageMagick Compilation</Title> <AppVersion>6.9.0</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.7.2</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>