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 PHP Compilation 1.5.1
pts/build-php-1.5.1
- 08 February 2020 -
TimesToRun should be 3
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://mirror.cogentco.com/pub/php/php-7.4.2.tar.bz2, http://mirrors.sohu.com/php/php-7.4.2.tar.bz2, http://ftp.ntu.edu.tw/php/distributions/php-7.4.2.tar.bz2</URL> <MD5>304e428e81d8b90917338580bc23cce8</MD5> <SHA256>02909974be9c70814ed5652a6bdae9c74220d41c1e5ed5ad921e15d028f8e816</SHA256> <FileName>php-7.4.2.tar.bz2</FileName> <FileSize>12700376</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd php-7.4.2/ make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > time-compile-php chmod +x time-compile-php
interim.sh
#!/bin/sh cd php-7.4.2 make clean
post.sh
#!/bin/sh rm -rf php-7.4.2
pre.sh
#!/bin/sh rm -rf php-7.4.2 tar -xf php-7.4.2.tar.bz2 cd php-7.4.2/ ./configure --without-sqlite3 --without-pdo-sqlite > /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 PHP Compilation</Title> <AppVersion>7.4.2</AppVersion> <Description>This test times how long it takes to build PHP 7.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-php</Executable> <TimesToRun>3</TimesToRun> </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, libxml2</ExternalDependencies> <EnvironmentSize>114</EnvironmentSize> <ProjectURL>http://www.php.net/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>