Skip to content

Commit b867d7f

Browse files
committed
Hello world (json serializer) benchmark for Symfony JSON serializer 5.0.3
1 parent 171668d commit b867d7f

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.phpbenchmarks/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-hello-world_0/public/index.php'
9+
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-hello-world_0/public/index.php'
1010
coreDependency:
1111
name: symfony/serializer
12-
version: 5.0.2
12+
version: 5.0.3

.phpbenchmarks/php/7.2/composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpbenchmarks/php/7.3/composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpbenchmarks/php/7.4/composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "proprietary",
44
"require": {
55
"php": "^7.2",
6-
"symfony/serializer": "5.0.2",
6+
"symfony/serializer": "5.0.3",
77
"phpbenchmarks/benchmark-json-serialization-hello-world": "1.0.0"
88
}
99
}

0 commit comments

Comments
 (0)