https://github.com/phpbenchmarks/latte-common
Latte benchmarks on phpbenchmarks.com
https://github.com/phpbenchmarks/latte-common
benchmark latte-template-engine php
Last synced: 6 months ago
JSON representation
Latte benchmarks on phpbenchmarks.com
- Host: GitHub
- URL: https://github.com/phpbenchmarks/latte-common
- Owner: phpbenchmarks
- Created: 2018-07-06T23:09:37.000Z (over 7 years ago)
- Default Branch: latte_2_hello-world
- Last Pushed: 2019-01-15T12:53:46.000Z (about 7 years ago)
- Last Synced: 2025-01-05T20:29:47.477Z (about 1 year ago)
- Topics: benchmark, latte-template-engine, php
- Language: PHP
- Homepage: http://www.phpbenchmarks.com
- Size: 1000 Bytes
- Stars: 0
- 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 Latte benchmarks.
Switch branch to select your Latte major version and benchmark you want to see.
See all Latte benchmarked versions on [phpbenchmarks/latte](https://github.com/phpbenchmarks/latte).
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 Latte major version (`1` Latte ^1, `2` Latte ^2)
`Y` benchmark type (`1` Hello World)
`Z` new version, not just bugfix and could contains BC
## Benchmarks
You can find all Latte benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/latte.html).
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !