Skip to content

Commit 4895bbe

Browse files
committed
Update documentation
1 parent 7e19ae8 commit 4895bbe

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

README.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,22 @@
66

77
## What is www.phpbenchmarks.com ?
88

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.
1010

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.
1212

1313
## What is this repository ?
1414

15-
It's benchmark source code for Symfony 4.0.
15+
It's benchmark common code for Symfony benchmarks.
1616

17-
You will not find final source code here, as it's in [phpbenchmarks/symfony](https://github.com/phpbenchmarks/symfony/tree/1.0.0) dependency.
17+
Switch branch to select your Symfony major version and benchmark you want to see.
1818

19-
You can find how we benchmark it [here](http://www.phpbenchmarks.com/en/benchmark-protocol).
19+
See all Symfony benchmarked versions on [phpbenchmarks/symfony](https://github.com/phpbenchmarks/symfony).
2020

21-
Each benchmark type have their own branch :
22-
[Hello World](https://github.com/phpbenchmarks/symfony-4-0/tree/helloworld),
23-
[Blog](https://github.com/phpbenchmarks/symfony-4-0/tree/blog),
24-
[REST Api](https://github.com/phpbenchmarks/symfony-4-0/tree/restapi),
25-
[Small overload](https://github.com/phpbenchmarks/symfony-4-0/tree/smalloverload)
26-
and [Big overload](https://github.com/phpbenchmarks/symfony-4-0/tree/bigoverload).
21+
You can find how we benchmark on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark-protocol.html).
2722

28-
## Symfony 4.0.0 : 27,495
23+
## Benchmarks
2924

30-
Benchmark | PHP | Request | Rq/sec | Score
31-
--------- | --- | ------- | ------ | -----
32-
[Hello World](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-hello-world) | 7.2 | 1.2 ms | 856 | 19,026
33-
[Blog](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-blog) | 7.2 | In progress | In progress | In progress
34-
[Rest API](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-rest) | 7.2 | 2.3 ms | 435 | 8,469
35-
[Small overload](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-small-overload) | 7.2 | In progress | In progress | In progress
36-
[Big overload](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html#benchmark-big-overload) | 7.2 | In progress | In progress | In progress
37-
38-
[See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html)
25+
You can find all Symfony benchmarks results on [phpbenchmarks.com](http://www.phpbenchmarks.com/en/benchmark/symfony.html).
3926

4027
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark !

0 commit comments

Comments
 (0)