|
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, template engines and JSON serializers 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 from PHP 5.6 to latest version. |
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 PHP benchmarks. |
| 15 | +## What is this repository? |
16 | 16 |
|
17 |
| -Switch branch to select your PHP major version and benchmark you want to see. |
| 17 | +It contains PHP installation `only`. |
| 18 | +To reuse code between minor versions, features for benchmarks are not coded in this repository |
| 19 | +but in [phpbenchmarks/php-common](https://github.com/phpbenchmarks/php-common) repository. |
18 | 20 |
|
19 |
| -See all PHP benchmarked versions on [phpbenchmarks/php](https://github.com/phpbenchmarks/php). |
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 PHP benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/php.html). |
| 25 | +You can find PHP 7.3 benchmarks results on |
| 26 | +[benchmarks results page](http://www.phpbenchmarks.com/en/benchmark/php/7.3). |
| 27 | + |
| 28 | +See all PHP benchmarked versions on [select version page](http://www.phpbenchmarks.com/en/benchmark/php/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` PHP major version. |
| 39 | + |
| 40 | +`X` PHP minor version. |
| 41 | + |
| 42 | +`Y` PHP 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: `6` JSON serialization of Hello world, `7` Small JSON serialization, `8` Big JSON serialization. |
0 commit comments