Skip to content

Commit 1749140

Browse files
committed
Small overload (json serializer) benchmark for Symfony JSON serializer 5.0.2
1 parent 29bcc04 commit 1749140

File tree

5 files changed

+29
-29
lines changed

5 files changed

+29
-29
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.1_json-serialization-small-overload_0/public/index.php#23'
10-
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/public/index.php#23'
11-
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/public/index.php#23'
12-
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/public/index.php#23'
13-
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/public/index.php#23'
14-
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/public/index.php#23'
15-
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/public/index.php#23'
16-
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
17-
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-small-overload_0/src/Normalizer'
9+
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
10+
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
11+
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
12+
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
13+
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
14+
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
15+
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/public/index.php#L23'
16+
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
17+
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-small-overload_0/src/Normalizer'
1818
coreDependency:
1919
name: symfony/serializer
20-
version: 5.0.1
20+
version: 5.0.2

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

0 commit comments

Comments
 (0)