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
Timed ImageMagick Compilation 1.5.1
pts/build-imagemagick-1.5.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://download.openpkg.org/components/cache/imagemagick/ImageMagick-6.6.3-4.tar.bz2, http://image_magick.veidrodis.com/image_magick/ImageMagick-6.6.3-4.tar.bz2, http://ftp.vim.org/ImageMagick/ImageMagick-6.6.3-4.tar.bz2</URL> <MD5>94b9d2379c870e9d216955e338d214f2</MD5> <FileSize>8681316</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd ImageMagick-6.6.3-4/ 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.6.3-4/ make clean
post.sh
#!/bin/sh rm -rf ImageMagick-6.6.3-2/
pre.sh
#!/bin/sh tar -xjf ImageMagick-6.6.3-4.tar.bz2 cd ImageMagick-6.6.3-4/ ./configure > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Timed ImageMagick Compilation</Title> <AppVersion>6.6.3-4</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.5.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>