|
6 | 6 |
|
7 | 7 | ## What is www.phpbenchmarks.com ?
|
8 | 8 |
|
9 |
| -You will find lot of benchmarks for PHP frameworks, ORM and libs here. |
| 9 | +You will find lot of benchmarks for PHP frameworks and template engines. |
10 | 10 |
|
11 |
| -You can compare results between Apache Bench and Siege, PHP 5.6 to 7.2 and versions of your favorites PHP code. |
| 11 | +You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.2. |
12 | 12 |
|
13 | 13 | ## What is this repository ?
|
14 | 14 |
|
15 |
| -It's benchmark source code for Symfony 2.3. |
| 15 | +It's benchmark common code for Symfony benchmarks. |
16 | 16 |
|
17 |
| -You will not find final source code here, as it's in [phpbenchmarks/symfony](https://github.com/phpbenchmarks/symfony/tree/1.0.0) dependency. |
| 17 | +Switch branch to select your Symfony major version and benchmark you want to see. |
18 | 18 |
|
19 |
| -You can find how we benchmark it [here](http://www.phpbenchmarks.com/en/benchmark-protocol). |
| 19 | +See all Symfony benchmarked versions on [phpbenchmarks/symfony](https://github.com/phpbenchmarks/symfony). |
20 | 20 |
|
21 |
| -Each benchmark type have their own branch : |
22 |
| -[Hello World](https://github.com/phpbenchmarks/symfony-2-3/tree/helloworld), |
23 |
| -[Blog](https://github.com/phpbenchmarks/symfony-2-3/tree/blog), |
24 |
| -[REST Api](https://github.com/phpbenchmarks/symfony-2-3/tree/restapi), |
25 |
| -[Small overload](https://github.com/phpbenchmarks/symfony-2-3/tree/smalloverload) |
26 |
| -and [Big overload](https://github.com/phpbenchmarks/symfony-2-3/tree/bigoverload). |
| 21 | +You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html). |
27 | 22 |
|
28 |
| -[See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-2.3.html) |
| 23 | +## Benchmarks |
| 24 | + |
| 25 | +You can find all Symfony benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/symfony.html). |
29 | 26 |
|
30 | 27 | Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !
|
0 commit comments