Skip to content

Commit e248351

Browse files
committed
Update phpbenchmarks/symfony dependency
1 parent 007b058 commit e248351

File tree

6 files changed

+27
-37
lines changed

6 files changed

+27
-37
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ Each benchmark type have their own branch :
2525
[Small overload](https://github.com/phpbenchmarks/symfony-4-0/tree/smalloverload)
2626
and [Big overload](https://github.com/phpbenchmarks/symfony-4-0/tree/bigoverload).
2727

28-
## Symfony 4.0.0 : 27,495
29-
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-
3828
[See all benchmark results](http://www.phpbenchmarks.com/en/benchmark/apache-bench/php-7.2/symfony-4.0.html)
3929

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"require": {
66
"php": "^7.1.3",
7-
"phpbenchmarks/symfony": "1.0.0",
7+
"phpbenchmarks/symfony": "3.1.0",
88
"symfony/console": "^4.0",
99
"symfony/flex": "^1.0",
1010
"symfony/framework-bundle": "^4.0",

composer.lock.php7.1

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.lock.php7.2

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/bundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
return [
44
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5-
PhpBenchmarksSymfony\Bundle\RestBundle\RestBundle::class => ['all' => true]
5+
PhpBenchmarksSymfony\RestApiBundle\RestApiBundle::class => ['all' => true]
66
];

config/routes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
rest:
2-
resource: ../vendor/phpbenchmarks/symfony/Bundle/RestBundle/Resources/config/routing.yml
2+
resource: ../vendor/phpbenchmarks/symfony/Resources/config/routing.yml

0 commit comments

Comments
 (0)