Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
PHP Micro Benchmarks 1.0.0
pts/php-1.0.0
- 23 November 2018 -
Initial commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m3--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.ntu.edu.tw/pub/php/distributions/php-7.2.12.tar.bz2, http://mirror.internode.on.net/pub/php/php-7.2.12.tar.bz2, https://ftp.icm.edu.pl/packages/php/php-7.2.12.tar.bz2</URL> <MD5>df22c804f604bc1b92e68d1bd0c75a3f</MD5> <SHA256>b724c4c20347b6105be109d98cc395a610174e8aadb506c82e8cb645b65ef6b6</SHA256> <FileName>php-7.2.12.tar.bz2</FileName> <FileSize>15029274</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf php-7.2.12.tar.bz2 mv php-7.2.12 php_ echo "#!/bin/sh \$PHP_BIN \$@ > \$LOG_FILE 2> /dev/null" > php chmod +x php
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m3--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Total #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.4.0m3--> <PhoronixTestSuite> <TestInformation> <Title>PHP Micro Benchmarks</Title> <Description>Various small PHP micro-benchmarks.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>128</EnvironmentSize> <ProjectURL>http://www.php.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Zend bench</Name> <Value>php_/Zend/bench.php</Value> </Entry> <Entry> <Name>Zend micro_bench</Name> <Value>php_/Zend/micro_bench.php</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>