Last 7 days
-
r107
(Added additional use cases to the benchmark suite:
(1) Benc...) committed by chirino
- Added additional use cases to the benchmark suite:
(1) Benchmark serializing the same object over and over again.
(2) Deserialize and check/access all the fields
(3) Deserialize and check/access only the media object's feilds.
This should help folks see the impact that of lazy serialization/deserialization that serializers my
provide. The
media check test cases are only performed against serializers that implement
CheckingObjectSerializer.
Object create, Serialize, /w Same Object, Deserialize, and Check Media, and Check All,
Total Time, Serialized Size
Added additional use cases to the benchmark suite:
(1) Benchmark serializing the same object over and over again.
(2) Deserialize and check/access all the fields
(3) Deserialize and check/access only the media object's feilds.
This should help folks see the impact that of lazy serialization/deserialization that serializers my
provide. The
media check test cases are only performed against serializers that implement
CheckingObjectSerializer.
Object create, Serialize, /w Same Object, Deserialize, and Check Media, and Check All,
Total Time, Serialized Size
Last 30 days
-
-
-
-
-
-
r106
(Added google-gson serializer.
) committed by tsaloranta
- Added google-gson serializer.
Added google-gson serializer.
-
r105
(Added serializer that uses automatic data binding for JSON (...) committed by tsaloranta
- Added serializer that uses automatic data binding for JSON (using Jackson ObjectMapper).
Added serializer that uses automatic data binding for JSON (using Jackson ObjectMapper).
Earlier this year
-
r104
(Updated Jackson implementation jars, refactored base json/ja...) committed by tsaloranta
- Updated Jackson implementation jars, refactored base json/jackson serializer bit more to allow easy
addition of auto-data-bind variant (as well as ones with compression)
Updated Jackson implementation jars, refactored base json/jackson serializer bit more to allow easy
addition of auto-data-bind variant (as well as ones with compression)
-
r103
(Compiling with debug flag (needed when troubleshooting probl...) committed by tsaloranta
- Compiling with debug flag (needed when troubleshooting problems), changing json serializer to be
sub-classable (to possibly test compression via sub-classes)
Compiling with debug flag (needed when troubleshooting problems), changing json serializer to be
sub-classable (to possibly test compression via sub-classes)
-
-
r102
(Minor fix to use field name
) committed by tsaloranta
- Minor fix to use field name
Minor fix to use field name
-
r101
(Fixed a minor issue with stax serializer.
) committed by tsaloranta
- Fixed a minor issue with stax serializer.
Fixed a minor issue with stax serializer.
-
issue 14
(Add build script to generate a standalone executable tpc-ben...) Status changed by david.yu.ftw
-
-
r100
(Issue #14: Add build script to generate a standalone executa...) committed by david.yu.ftw
- Issue #14 : Add build script to generate a standalone executable tpc-benchmark.jar
Issue #14 : Add build script to generate a standalone executable tpc-benchmark.jar
-
issue 14
(Add build script to generate a standalone executable tpc-ben...) reported by david.yu.ftw
-
-
r99
(Minor fix to ensure JsonMarshaller field names are the same ...) committed by tsaloranta
- Minor fix to ensure JsonMarshaller field names are the same as used by other textual serializers;
added more diagnostics to help figure out why a codec fails round-trip.
Minor fix to ensure JsonMarshaller field names are the same as used by other textual serializers;
added more diagnostics to help figure out why a codec fails round-trip.
-
-
-
-
issue 12
(Udpate avro to 1.2.0 and jackson to 1.0.1) changed by david.yu.ftw
-
Status:
Fixed
Cc:
sharad.private cutting
Status:
Fixed
Cc:
sharad.private cutting
-
r97
(avro to 1.2.0 and jackson to 1.0.1) committed by david.yu.ftw
- avro to 1.2.0 and jackson to 1.0.1
avro to 1.2.0 and jackson to 1.0.1
-
r96
(Udpate avro to 1.2.0 and jackson to 1.0.1 (issue# 12)) committed by david.yu.ftw
- Udpate avro to 1.2.0 and jackson to 1.0.1 (issue# 12)
Udpate avro to 1.2.0 and jackson to 1.0.1 (issue# 12)
-
-
-
r95
(update .classpath for protobuf-2.2.0 upgrade and protostuff ...) committed by david.yu.ftw
- update .classpath for protobuf-2.2.0 upgrade and protostuff addition
update .classpath for protobuf-2.2.0 upgrade and protostuff addition
-
-
-
-
r93
(add protostuff-json jar to lib) committed by david.yu.ftw
- add protostuff-json jar to lib
add protostuff-json jar to lib
-
r92
(Add protostuff ser/deser to benchmark.
Tweak chart length to...) committed by david.yu.ftw
- Add protostuff ser/deser to benchmark.
Tweak chart length to visually accommodate more serializers.
Add protostuff ser/deser to benchmark.
Tweak chart length to visually accommodate more serializers.
-
-
r91
(Updated Kryo to 0.92.
Commented out KryoCompressedSerializer...) committed by nathan.s...@gmail.com
- Updated Kryo to 0.92.
Commented out KryoCompressedSerializer and ActiveMQProtobufSerializer because it is not valuable to
compare these with the rest of the tests.
Updated Kryo to 0.92.
Commented out KryoCompressedSerializer and ActiveMQProtobufSerializer because it is not valuable to
compare these with the rest of the tests.
-
-
r89
(Added equals methods so avro-specific passes the round trip ...) committed by nathan.s...@gmail.com
- Added equals methods so avro-specific passes the round trip test.
Added equals methods so avro-specific passes the round trip test.
-
r88
(Fixed bug in Image.java for Java Externalizable test and add...) committed by nathan.s...@gmail.com
- Fixed bug in Image.java for Java Externalizable test and added equals methods so it passes the round
trip test.
Fixed bug in Image.java for Java Externalizable test and added equals methods so it passes the round
trip test.
-
r87
(Updated data to match other tests.
) committed by nathan.s...@gmail.com
- Updated data to match other tests.
Updated data to match other tests.
-
r86
(Changed data to match other tests.) committed by nathan.s...@gmail.com
- Changed data to match other tests.
Changed data to match other tests.
-
-
-
r84
(Added Kryo serialization tests.
Resized chart images to fit ...) committed by nathan.s...@gmail.com
- Added Kryo serialization tests.
Resized chart images to fit new tests.
Sorted chart data, smallest to largest.
Added Kryo serialization tests.
Resized chart images to fit new tests.
Sorted chart data, smallest to largest.
-
issue 9
(ProtobufSerializer skips optional fields) changed by nathan.s...@gmail.com
-
Summary:
ProtobufSerializer skips optional fields
Status:
Fixed
Summary:
ProtobufSerializer skips optional fields
Status:
Fixed
-
r83
(Issue 9: ProtobufSerializer skips optional fields) committed by nathan.s...@gmail.com
- Issue 9 : ProtobufSerializer skips optional fields
Issue 9 : ProtobufSerializer skips optional fields
-
-
r82
(Issue 3: Different data is serialized for different serializ...) committed by nathan.s...@gmail.com
- Issue 3 : Different data is serialized for different serializers
Issue 3 : Different data is serialized for different serializers
-
-
issue 8
(Add the ActiveMQ Protobuf Implementation to the benchmark) changed by chirino
-
Status:
Fixed
Owner:
chirino
Status:
Fixed
Owner:
chirino
-
r81
(Adding the activemq protobuf implementation to the benchmark...) committed by chirino
- Adding the activemq protobuf implementation to the benchmarking suite.
Adding the activemq protobuf implementation to the benchmarking suite.
-
issue 8
(Add the ActiveMQ Protobuf Implementation to the benchmark) reported by chirino
-
-
r80
(Oups, forgot to add the new jar.) committed by pascallouisperez
- Oups, forgot to add the new jar.
Oups, forgot to add the new jar.
|