Skip to content

Commit 14b6b6a

Browse files
steevanbphpbenchmarks
authored andcommitted
Add README.md
1 parent 63337da commit 14b6b6a

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<p align="center">
2+
<img src="http://www.phpbenchmarks.com/images/logo_github.png">
3+
<br>
4+
<a href="http://www.phpbenchmarks.com" target="_blank">www.phpbenchmarks.com</a>
5+
</p>
6+
7+
## What is www.phpbenchmarks.com?
8+
9+
You will find lot of benchmarks for PHP frameworks and template engines on [phpbenchmarks.com](http://www.phpbenchmarks.com).
10+
11+
Benchmarks results are available from PHP 5.6 to latest version.
12+
13+
Our benchmarking protocol is available on [benchmarking protocol page](http://www.phpbenchmarks.com/en/documentation/benchmarking-protocol).
14+
15+
## What is this repository?
16+
17+
It contains Symfony installation `only`.
18+
To reuse code between minor versions, features for benchmarks are not coded in this repository
19+
but in [phpbenchmarks/symfony-common](https://github.com/phpbenchmarks/symfony-common) repository.
20+
21+
Switch branch to select version and benchmark you want to see.
22+
23+
## Benchmarks
24+
25+
You can find Symfony 4.4 benchmarks results on
26+
[benchmarks results page](http://www.phpbenchmarks.com/en/benchmark/symfony/4.4).
27+
28+
See all Symfony benchmarked versions on [select version page](http://www.phpbenchmarks.com/en/benchmark/symfony/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 patch version
43+
44+
`Z` Benchmark type: `1` Hello World, `3` REST API

0 commit comments

Comments
 (0)