Skip to content

Commit 2c3813b

Browse files
committed
Big overload (json serializer) benchmark for Symfony JSON serializer 5.0.4
1 parent 1fb56d0 commit 2c3813b

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.phpbenchmarks/config.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ benchmark:
66
sourceCode:
77
entryPoint: public/index.php
88
urls:
9-
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
10-
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
11-
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
12-
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
13-
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
14-
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
15-
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/public/index.php#L23'
16-
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
17-
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.3_json-serialization-big-overload_0/src/Normalizer'
9+
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
10+
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
11+
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
12+
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
13+
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
14+
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
15+
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/public/index.php#L23'
16+
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
17+
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-big-overload_0/src/Normalizer'
1818
coreDependency:
1919
name: symfony/serializer
20-
version: 5.0.3
20+
version: 5.0.4

.phpbenchmarks/php/7.2/composer.lock

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

.phpbenchmarks/php/7.3/composer.lock

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

.phpbenchmarks/php/7.4/composer.lock

+2-2
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.3",
6+
"symfony/serializer": "5.0.4",
77
"phpbenchmarks/benchmark-json-serialization-big-overload": "1.0.0"
88
},
99
"autoload": {

0 commit comments

Comments
 (0)