https://github.com/phpbenchmarks/phalcon-common
Phalcon benchmarks dependency
https://github.com/phpbenchmarks/phalcon-common
benchmark phalcon php
Last synced: about 1 year ago
JSON representation
Phalcon benchmarks dependency
- Host: GitHub
- URL: https://github.com/phpbenchmarks/phalcon-common
- Owner: phpbenchmarks
- Created: 2018-06-30T09:16:33.000Z (over 7 years ago)
- Default Branch: phalcon_3_prepare
- Last Pushed: 2019-01-17T00:24:43.000Z (about 7 years ago)
- Last Synced: 2025-01-05T20:29:42.914Z (about 1 year ago)
- Topics: benchmark, phalcon, php
- Homepage: http://www.phpbenchmarks.com
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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 Phalcon benchmarks.
Switch branch to select your Phalcon major version and benchmark you want to see.
See all Phalcon benchmarked versions on [phpbenchmarks/phalcon](https://github.com/phpbenchmarks/phalcon).
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 Phalcon major version (`3` Phalcon ^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 Phalcon benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/phalcon.html).
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !