phpbenchmarks / symfony-serializer-common
Requires
- php: ^5.4||^7.0
- phpbenchmarks/benchmark-json-serialization-big-overload: 1.0.0
- symfony/serializer: ^2.1||^3.0||^4.0
This package is auto-updated.
Last update: 2025-02-20 09:47:10 UTC
README
What is www.phpbenchmarks.com ?
You will find lot of benchmarks for PHP frameworks and template engines.
You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.3.
What is this repository ?
It's benchmark common code for Symfony serializer benchmarks.
Switch branch to select your Symfony serializer major version and benchmark you want to see.
See all Symfony serializer benchmarked versions on phpbenchmarks/symfony-serializer.
You can find how we benchmark on phpbenchmarks.com.
How versions works ?
We do not follow semantic version for this repository. Here is an explanation about our versioning system:
X
related to Symfony serializer major version (2
Symfony serializer ^2, 3
Symfony serializer ^3, 4
Symfony serializer ^4)
Y
benchmark type (6
Serialization of Hello World, 7
Serialization to a small JSON, 8
Serialization to a big JSON)
Z
new version, not just bugfix and could contains BC
Benchmarks
You can find all Symfony serializer benchmarks results on phpbenchmarks.com.
Scores are too low ? Do not hesitate to create a pull request, and ask a new benchmark!