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.6.0
pts/build-php-1.6.0
- 01 September 2022 -
Update against PHP 8.1 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://mirror.cogentco.com/pub/php/php-8.1.9.tar.xz, http://ftp.ntu.edu.tw/php/distributions/php-8.1.9.tar.xz, http://mirror.internode.on.net/pub/php/php-8.1.9.tar.xz</URL> <MD5>991c7517be1d94a4f1453250ed95c2e8</MD5> <SHA256>53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf</SHA256> <FileName>php-8.1.9.tar.xz</FileName> <FileSize>11787892</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd php-8.1.9 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-8.1.9 make clean
post.sh
#!/bin/sh rm -rf php-8.1.9
pre.sh
#!/bin/sh rm -rf php-8.1.9 tar -xf php-8.1.9.tar.xz cd php-8.1.9 ./configure --without-sqlite3 --without-pdo-sqlite > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Timed PHP Compilation</Title> <AppVersion>8.1.9</AppVersion> <Description>This test times how long it takes to build PHP.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-php</Executable> <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, libxml2</ExternalDependencies> <EnvironmentSize>114</EnvironmentSize> <ProjectURL>http://www.php.net/</ProjectURL> <RepositoryURL>https://github.com/php/php-src</RepositoryURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>