Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpbenchmarks/symfony
Symfony benchmarks on phpbenchmarks.com
https://github.com/phpbenchmarks/symfony
benchmark php symfony
Last synced: 7 days ago
JSON representation
Symfony benchmarks on phpbenchmarks.com
- Host: GitHub
- URL: https://github.com/phpbenchmarks/symfony
- Owner: phpbenchmarks
- Created: 2017-10-24T00:45:01.000Z (about 7 years ago)
- Default Branch: 5.0_hello-world
- Last Pushed: 2020-06-09T07:45:18.000Z (over 4 years ago)
- Last Synced: 2023-07-15T16:57:47.949Z (over 1 year ago)
- Topics: benchmark, php, symfony
- Language: PHP
- Homepage: http://www.phpbenchmarks.com
- Size: 889 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- 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 on [phpbenchmarks.com](http://www.phpbenchmarks.com).
Benchmarks results are available from PHP 5.6 to latest version.
Our benchmarking protocol is available on [benchmarking protocol page](http://www.phpbenchmarks.com/en/documentation/benchmarking-protocol).
## What is this repository?
It contains Symfony benchmark code.
Switch branch to select version and benchmark you want to see.
You can find source code links into [Configuration::getSourceCodeUrls()](.phpbenchmarks/Configuration.php).
## Benchmarks
You can find Symfony 5.0 benchmarks results on
[benchmarks results page](http://www.phpbenchmarks.com/en/benchmark/symfony/5.0).See all Symfony benchmarked versions on [select version page](http://www.phpbenchmarks.com/en/benchmark/symfony/version).
## Community
Go to [community page](http://www.phpbenchmarks.com/en/community) to see the Hall of fame, or download the benchmark kit to add your code!
## How version works?
We do not follow semantic version for this repository. Here is an explanation about our versioning system:
`W` Benchmarked framework major version
`X` Benchmarked framework minor version
`Y` Benchmarked framework patch version
`Z` Benchmark type: `1` Hello World, `3` REST API