Skip to content

Commit

Permalink
Small overload (json serializer) benchmark for Symfony JSON serialize…
Browse files Browse the repository at this point in the history
…r 5.0.5
  • Loading branch information
steevanb committed Mar 26, 2020
1 parent 72e2700 commit 6c619e0
Show file tree
Hide file tree
Showing 5 changed files with 71 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.4_json-serialization-small-overload_0/public/index.php#L23'
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/public/index.php#L23'
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/public/index.php#L23'
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/public/index.php#L23'
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/public/index.php#L23'
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/public/index.php#L23'
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/public/index.php#L23'
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.4_json-serialization-small-overload_0/src/Normalizer'
jsonSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
integerSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
floatSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
stringSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
booleanSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
nullSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
arraySerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/public/index.php#L23'
objectSerialization: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/src/Normalizer/ObjectToSerializeNormalizer.php'
customSerializers: 'https://github.com/phpbenchmarks/symfony-json-serializer/blob/5.0.5_json-serialization-small-overload_0/src/Normalizer'
coreDependency:
name: symfony/serializer
version: 5.0.4
version: 5.0.5
26 changes: 20 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.

26 changes: 20 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.

26 changes: 20 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.4",
"symfony/serializer": "5.0.5",
"phpbenchmarks/benchmark-json-serialization-small-overload": "1.0.0"
},
"autoload": {
Expand Down

0 comments on commit 6c619e0

Please sign in to comment.