eishay / jvm-serializers

Benchmark comparing serialization libraries on the JVM
http://groups.google.com/group/java-serialization-benchmarking
3.29k stars 561 forks source link

Add the full serialization mode to benchmarks #49

Closed hperadin closed 9 years ago

hperadin commented 9 years ago

Added the full/minimal serialization modes distinction for json/dsl-platform. The minimal serialization mode omits default values from the serialization output, while the full mode writes out all properties.

The new modes are called 'json/dsl-platform/full' and 'json/dsl-platform/minimal' in the benchmark results (newly generated graphs: http://hperadin.github.io/jvm-serializers-report/report.html).

cakoose commented 9 years ago

CC: @cowtowncoder

What about the following renamings:

For people just looking at the graphs, I think these names might make it more obvious what's going on.

hperadin commented 9 years ago

Apologies, accidentaly crushed the original commit for this pull request, continued here: https://github.com/eishay/jvm-serializers/pull/50