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.5.1
pts/build-apache-1.5.1
- 28 April 2014 -
Add pcre as an external dependency.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://archive.apache.org/dist/httpd/httpd-2.4.7.tar.bz2</URL> <MD5>170d7fb6fe5f28b87d1878020a9ab94e</MD5> <SHA256>64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b</SHA256> <FileSize>5004719</FileSize> </Package> <Package> <URL>http://archive.apache.org/dist/apr/apr-1.5.0.tar.bz2</URL> <MD5>cc93bd2c12d0d037f68e21cc6385dc31</MD5> <SHA256>17287d36a5917e27281e60d47e7b147bd5ddcd1ca832702c2318f5e0724f1221</SHA256> <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> <FileSize>695303</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd httpd/ make -s -j \$NUM_CPU_JOBS 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.7/ tar -xjvf httpd-2.4.7.tar.bz2 mv httpd-2.4.7 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 v5.0.1 (Khanino)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.0.1 (Khanino)--> <PhoronixTestSuite> <TestInformation> <Title>Timed Apache Compilation</Title> <AppVersion>2.4.7</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> </TestInformation> <TestProfile> <Version>1.5.1</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>