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
PHPBench 1.1.6
pts/phpbench-1.1.6
- 25 November 2020 -
Update with PHP 8.0 compatibility fixes.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/phpbench-081-patched2.zip</URL> <MD5>3e5fa1ad60261ff052bb38f505c8c4e5</MD5> <SHA256>32503bd4ace0c8429493de864ca48bb16febed867e52b75f4369d7145f797718</SHA256> <FileName>phpbench-081-patched2.zip</FileName> <FileSize>32897</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o phpbench-081-patched2.zip echo "#!/bin/sh cd phpbench-0.8.1-patched2/ \$PHP_BIN phpbench.php \$@ > \$LOG_FILE" > phpbench chmod +x phpbench
install_windows.sh
#!/bin/sh unzip -o phpbench-081-patched2.zip echo "#!/bin/sh cd phpbench-0.8.1-patched2/ cmd /c \"$PHP_BIN\" phpbench.php \$@ > \$LOG_FILE" > phpbench chmod +x phpbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Score : #_RESULT_# (higher is better)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>PHPBench</Title> <AppVersion>0.8.1</AppVersion> <Description>PHPBench is a benchmark suite for PHP. It performs a large number of simple tests in order to bench various aspects of the PHP interpreter. PHPBench can be used to compare hardware, operating systems, PHP versions, PHP accelerators and caches, compiler options, etc.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>PHP Benchmark Suite</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.6</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://www.pureftpd.org/project/phpbench</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-i 2000000</Arguments> </Default> </TestSettings> </PhoronixTestSuite>