Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
SVT-AV1
FFmpeg
dav1d
7-Zip Compression
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
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.4
pts/phpbench-1.1.4
- 28 February 2018 -
Fix for Windows Cygwin handling.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/phpbench-081-patched1.zip</URL> <MD5>82199c7d488228ac6e8e958cee4b9e4c</MD5> <SHA256>1b0f4c30afe959b441c0fa2a1069f6a0a5af4c72fbd63a9b2d2f2e363ad07891</SHA256> <FileSize>33055</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o phpbench-081-patched1.zip echo "#!/bin/sh cd phpbench-0.8.1-patched1/ \$PHP_BIN phpbench.php \$@ > \$LOG_FILE" > phpbench chmod +x phpbench
install_windows.sh
#!/bin/sh unzip -o phpbench-081-patched1.zip echo "#!/bin/sh cd phpbench-0.8.1-patched1/ cmd /c $PHP_BIN phpbench.php \$@ > \$LOG_FILE" > phpbench chmod +x phpbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Score : #_RESULT_# (higher is better)</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <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. The number of iterations used is 1,000,000.</Description> <ResultScale>Score</ResultScale> <Proportion>HIB</Proportion> <SubTitle>PHP Benchmark Suite</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.4</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 1000000</Arguments> </Default> </TestSettings> </PhoronixTestSuite>