Skip to content

Commit

Permalink
Big overload (json serializer) benchmark for Symfony JSON serializer …
Browse files Browse the repository at this point in the history
…5.0.2
  • Loading branch information
steevanb committed Mar 28, 2020
1 parent 6464466 commit 7aef585
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions .phpbenchmarks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ benchmark:
sourceCode:
entryPoint: public/index.php
urls:
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/public/index.php#L23'
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.1_json-serialization-big-overload_0/src/Normalizer'
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/public/index.php#L23'
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.2_json-serialization-big-overload_0/src/Normalizer'
coreDependency:
name: symfony/serializer
version: 5.0.1
version: 5.0.2
12 changes: 6 additions & 6 deletions .phpbenchmarks/php/7.2/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .phpbenchmarks/php/7.3/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .phpbenchmarks/php/7.4/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "proprietary",
"require": {
"php": "^7.2",
"symfony/serializer": "5.0.1",
"symfony/serializer": "5.0.2",
"phpbenchmarks/benchmark-json-serialization-big-overload": "1.0.0"
},
"autoload": {
Expand Down

0 comments on commit 7aef585

Please sign in to comment.