https://github.com/phpbenchmarks/twig-common
Twig benchmarks dependency
https://github.com/phpbenchmarks/twig-common
benchmark php templating twig
Last synced: 11 months ago
JSON representation
Twig benchmarks dependency
- Host: GitHub
- URL: https://github.com/phpbenchmarks/twig-common
- Owner: phpbenchmarks
- Created: 2018-04-26T13:39:26.000Z (almost 8 years ago)
- Default Branch: twig_2_hello-world
- Last Pushed: 2020-06-18T09:13:01.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T20:41:23.018Z (12 months ago)
- Topics: benchmark, php, templating, twig
- Language: PHP
- Homepage: http://www.phpbenchmarks.com
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
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 Twig benchmarks.
Switch branch to select your Twig major version and benchmark you want to see.
See all Twig benchmarked versions on [phpbenchmarks/twig](https://github.com/phpbenchmarks/twig).
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 Twig major version (`1` Twig ^1, `2` Twig ^2)
`Y` benchmark type (`1` Hello World)
`Z` new version, not just bugfix and could contains BC
## Benchmarks
You can find all Twig benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/twig.html).
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !