https://github.com/phpbenchmarks/cake-php-common
CakePHP benchmarks dependency
https://github.com/phpbenchmarks/cake-php-common
benchmark cakephp php
Last synced: 9 months ago
JSON representation
CakePHP benchmarks dependency
- Host: GitHub
- URL: https://github.com/phpbenchmarks/cake-php-common
- Owner: phpbenchmarks
- Created: 2018-04-27T12:37:14.000Z (almost 8 years ago)
- Default Branch: cake-php_3_hello-world
- Last Pushed: 2019-01-15T12:54:46.000Z (about 7 years ago)
- Last Synced: 2025-02-24T00:19:50.591Z (about 1 year ago)
- Topics: benchmark, cakephp, php
- Language: PHP
- Homepage: http://www.phpbenchmarks.com
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is www.phpbenchmarks.com ?
You will find lot of benchmarks for PHP frameworks and template engines.
You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.3.
## What is this repository ?
It's benchmark common code for CakePHP benchmarks.
Switch branch to select your CakePHP major version and benchmark you want to see.
See all CakePHP benchmarked versions on [phpbenchmarks/cake-php](https://github.com/phpbenchmarks/cake-php).
You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html).
## How versions works ?
We do not follow semantic version for this repository. Here is an explanation about our versioning system:
`X` related to CakePHP major version (`1` CakePHP ^1, `2` CakePHP ^2, `3` CakePHP ^3)
`Y` benchmark type (`1` Hello World, `3` Rest API)
`Z` new version, not just bugfix and could contains BC
## Benchmarks
You can find all CakePHP benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/cake-php.html).
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !