|
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 PHP 5.6. |
| 15 | +It's benchmark common code for PHP benchmarks. |
16 | 16 |
|
17 |
| -You can find how we benchmark it [here](http://www.phpbenchmarks.com/en/benchmark-protocol). |
| 17 | +Switch branch to select your PHP major version and benchmark you want to see. |
18 | 18 |
|
19 |
| -Each benchmark type have their own branch : |
20 |
| -[Hello World](https://github.com/phpbenchmarks/php-5-6/tree/helloworld), |
21 |
| -[Blog](https://github.com/phpbenchmarks/php-5-6/tree/blog), |
22 |
| -[REST Api](https://github.com/phpbenchmarks/php-5-6/tree/restapi), |
23 |
| -[Small overload](https://github.com/phpbenchmarks/php-5-6/tree/smalloverload) |
24 |
| -and [Big overload](https://github.com/phpbenchmarks/php-5-6/tree/bigoverload). |
| 19 | +See all PHP benchmarked versions on [phpbenchmarks/php](https://github.com/phpbenchmarks/php). |
25 | 20 |
|
26 |
| -[See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-5.6.html) |
| 21 | +You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html). |
| 22 | + |
| 23 | +## Benchmarks |
| 24 | + |
| 25 | +You can find all PHP benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/php.html). |
27 | 26 |
|
28 | 27 | Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !
|
0 commit comments