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 Apache Compilation 1.6.0
pts/build-apache-1.6.0
- 08 February 2020 -
Update against latest Apache HTTPD upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://apache.osuosl.org//httpd/httpd-2.4.41.tar.bz2, http://www.apache.org/dist/httpd/httpd-2.4.41.tar.bz2</URL> <MD5>dfc674f8f454e3bc2d4ccd73ad3b5f1e</MD5> <SHA256>133d48298fe5315ae9366a0ec66282fa4040efa5d566174481077ade7d18ea40</SHA256> <FileName>httpd-2.4.41.tar.bz2</FileName> <FileSize>7072373</FileSize> </Package> <Package> <URL>http://archive.apache.org/dist/apr/apr-1.5.0.tar.bz2</URL> <MD5>cc93bd2c12d0d037f68e21cc6385dc31</MD5> <SHA256>17287d36a5917e27281e60d47e7b147bd5ddcd1ca832702c2318f5e0724f1221</SHA256> <FileName>apr-1.5.0.tar.bz2</FileName> <FileSize>813976</FileSize> </Package> <Package> <URL>http://archive.apache.org/dist/apr/apr-util-1.5.3.tar.bz2</URL> <MD5>6f3417691c7a27090f36e7cf4d94b36e</MD5> <SHA256>78edb174f13e25ee15ded2b849b741a248b879a93a77a2d31c20f7e225be3968</SHA256> <FileName>apr-util-1.5.3.tar.bz2</FileName> <FileSize>695303</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd httpd/ make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-apache chmod +x build-apache
interim.sh
#!/bin/sh cd httpd/ make clean
post.sh
#!/bin/sh rm -rf httpd/
pre.sh
#!/bin/sh rm -rf httpd/ rm -rf httpd-2.4.41/ tar -xjvf httpd-2.4.41.tar.bz2 mv httpd-2.4.41 httpd/ tar -jxvf apr-util-1.5.3.tar.bz2 tar -jxvf apr-1.5.0.tar.bz2 mv apr-1.5.0 httpd/srclib/apr mv apr-util-1.5.3 httpd/srclib/apr-util cd httpd/ ./configure --with-included-apr > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Timed Apache Compilation</Title> <AppVersion>2.4.41</AppVersion> <Description>This test times how long it takes to build the Apache HTTPD web server.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.6.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, perl, pcre</ExternalDependencies> <ProjectURL>http://www.apache.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>