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 Apache Compilation 1.4.0
pts/build-apache-1.4.0
- 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://archive.apache.org/dist/httpd/httpd-2.2.17.tar.gz, ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/httpd-2.2.17.tar.gz, http://apache.mirrors.pair.com//httpd/httpd-2.2.17.tar.gz</URL> <MD5>66d8e107f85acc039fd5e624e85728a9</MD5> <FileSize>6597991</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd httpd-2.2.17/ make -s -j \$NUM_CPU_JOBS 2>&1" > time-compile-apache chmod +x time-compile-apache
interim.sh
#!/bin/sh cd httpd-2.2.17/ make clean
post.sh
#!/bin/sh rm -rf httpd-2.2.17/
pre.sh
#!/bin/sh rm -rf httpd-2.2.17/ tar -zxvf httpd-2.2.17.tar.gz cd httpd-2.2.17/ ./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 Apache Compilation</Title> <AppVersion>2.2.17</AppVersion> <Description>This test times how long it takes to build the Apache HTTP Server.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-apache</Executable> </TestInformation> <TestProfile> <Version>1.4.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <ProjectURL>http://www.apache.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>