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 PHP Compilation 1.3.0
pts/build-php-1.3.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://xmlsoft.org/sources/old/libxml2-2.6.31.tar.gz, ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/gnome2/libxml2-2.6.31.tar.gz</URL> <MD5>714b0683b1ec4bdc63bc356d729f9b18</MD5> <FileSize>4734599</FileSize> </Package> <Package> <URL>http://us.php.net/distributions/php-5.2.9.tar.bz2, http://us2.php.net/distributions/php-5.2.9.tar.bz2, http://au.php.net/distributions/php-5.2.9.tar.bz2, ftp://ftp.scw.net.br/pub/slamd64/slamd64-12.2/patches/source/php/php-5.2.9.tar.bz2</URL> <MD5>280d6cda7f72a4fc6de42fda21ac2db7</MD5> <FileName>php-5.2.9.tar.bz2</FileName> <FileSize>10203122</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/libxml2 tar -zxvf libxml2-2.6.31.tar.gz cd libxml2-2.6.31/ ./configure --prefix=$HOME/libxml2 > /dev/null make -s -j $NUM_CPU_JOBS make install cd .. rm -rf libxml2-2.6.31/ rm -rf libxml2/share/ echo "#!/bin/sh cd php-5.2.9/ make -s -j \$NUM_CPU_JOBS 2>&1" > time-compile-php chmod +x time-compile-php
interim.sh
#!/bin/sh cd php-5.2.9/ make clean
post.sh
#!/bin/sh rm -rf php-5.2.9/
pre.sh
#!/bin/sh rm -rf php-5.2.9/ tar -xjf php-5.2.9.tar.bz2 cd php-5.2.9/ ./configure --with-libxml-dir=$HOME/libxml2 > /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 PHP Compilation</Title> <AppVersion>5.2.9</AppVersion> <Description>This test times how long it takes to build PHP 5 with the Zend engine.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-php</Executable> </TestInformation> <TestProfile> <Version>1.3.0</Version> <SupportedPlatforms>Linux, MacOSX, Solaris, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>49.3</EnvironmentSize> <ProjectURL>http://www.php.net/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>