Skip to content

Commit 26d3f2a

Browse files
committed
Add version informations to README.md
1 parent 82e6d4b commit 26d3f2a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

validation/mainRepository/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<a href="http://www.phpbenchmarks.com" target="_blank">www.phpbenchmarks.com</a>
55
</p>
66

7-
## What is www.phpbenchmarks.com ?
7+
## What is www.phpbenchmarks.com?
88

99
You will find lot of benchmarks for PHP frameworks and template engines on [phpbenchmarks.com](http://www.phpbenchmarks.com).
1010

1111
Benchmarks results are available for Apache Bench and Siege, and PHP 5.6 to 7.3.
1212

1313
Our benchmarking protocol is available on [benchmarking protocol page](http://www.phpbenchmarks.com/en/documentation/benchmarking-protocol).
1414

15-
## What is this repository ?
15+
## What is this repository?
1616

1717
It contains ____PHPBENCHMARKS_COMPONENT_NAME____ installation `only`.
1818
To reuse code between minor versions, features for benchmarks are not coded in this repository
@@ -30,3 +30,17 @@ See all ____PHPBENCHMARKS_COMPONENT_NAME____ benchmarked versions on [select ver
3030
## Community
3131

3232
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 component (Symfony, Laravel, Twig etc) major version
39+
40+
`X` Benchmarked component minor version
41+
42+
`Y` Benchmarked component bugfix version
43+
44+
`Z` Benchmark type: `1` Hello World, `3` REST API, `4` Templating small overload, `5` Templating big overload
45+
46+
Note that all components do not have all benchmark types.

0 commit comments

Comments
 (0)