|
4 | 4 | <a href="http://www.phpbenchmarks.com" target="_blank">www.phpbenchmarks.com</a>
|
5 | 5 | </p>
|
6 | 6 |
|
7 |
| -## What is www.phpbenchmarks.com ? |
| 7 | +## What is www.phpbenchmarks.com? |
8 | 8 |
|
9 |
| -You will find lot of benchmarks for PHP frameworks and template engines. |
| 9 | +You will find lot of benchmarks for PHP frameworks and template engines on [phpbenchmarks.com](http://www.phpbenchmarks.com). |
10 | 10 |
|
11 |
| -You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.3. |
| 11 | +Benchmarks results are available for Apache Bench and Siege, and PHP 5.6 to 7.3. |
12 | 12 |
|
13 |
| -## What is this repository ? |
| 13 | +Our benchmarking protocol is available on [benchmarking protocol page](http://www.phpbenchmarks.com/en/documentation/benchmarking-protocol). |
14 | 14 |
|
15 |
| -It's benchmark common code for Laravel benchmarks. |
| 15 | +## What is this repository? |
16 | 16 |
|
17 |
| -Switch branch to select your Laravel major version and benchmark you want to see. |
| 17 | +It contains Laravel installation `only`. |
| 18 | +To reuse code between minor versions, features for benchmarks are not coded in this repository |
| 19 | +but in [phpbenchmarks/laravel-common](https://github.com/phpbenchmarks/laravel-common) repository. |
18 | 20 |
|
19 |
| -See all Laravel benchmarked versions on [phpbenchmarks/laravel](https://github.com/phpbenchmarks/laravel). |
20 |
| - |
21 |
| -You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html). |
| 21 | +Switch branch to select version and benchmark you want to see. |
22 | 22 |
|
23 | 23 | ## Benchmarks
|
24 | 24 |
|
25 |
| -You can find all Laravel benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/laravel.html). |
| 25 | +You can find Laravel 5.8 benchmarks results on |
| 26 | +[benchmarks results page](http://www.phpbenchmarks.com/en/benchmark/laravel/5.8). |
| 27 | + |
| 28 | +See all Laravel benchmarked versions on [select version page](http://www.phpbenchmarks.com/en/benchmark/laravel/version). |
| 29 | + |
| 30 | +## Community |
| 31 | + |
| 32 | +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! |
| 33 | + |
| 34 | +## How version works? |
| 35 | + |
| 36 | +We do not follow semantic version for this repository. Here is an explanation about our versioning system: |
| 37 | + |
| 38 | +`W` Benchmarked framework major version |
| 39 | + |
| 40 | +`X` Benchmarked framework minor version |
| 41 | + |
| 42 | +`Y` Benchmarked framework bugfix version |
26 | 43 |
|
27 |
| -Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark ! |
| 44 | +`Z` Benchmark type: `1` Hello World, `3` REST API |
0 commit comments