Jorge Bay created TINKERPOP-2161:
------------------------------------
Summary: GraphBinary: Write serialization performance issue
Key: TINKERPOP-2161
URL: https://issues.apache.org/jira/browse/TINKERPOP-2161
Project: TinkerPop
Issue Type: Bug
Components: io
Affects Versions: 3.4.0
Reporter: Jorge Bay
There seems to be a performance issue regarding the write path in GraphBinary:
{code}
Benchmark Mode Cnt Score
Error Units
SerializationBenchmark.testReadMessage1Binary thrpt 20 4800832.981 ±
430909.102 ops/s
SerializationBenchmark.testReadMessage1GraphSON thrpt 20 34109.669 ±
5231.210 ops/s
SerializationBenchmark.testReadMessage2Binary thrpt 20 827266.707 ±
78214.379 ops/s
SerializationBenchmark.testReadMessage2GraphSON thrpt 20 18462.919 ±
2640.093 ops/s
SerializationBenchmark.testWriteBytecodeBinary thrpt 20 130486.109 ±
5505.113 ops/s
SerializationBenchmark.testWriteBytecodeGraphSON thrpt 20 592658.686 ±
68063.966 ops/s
SerializationBenchmark.testWriteResponseBinary thrpt 20 290240.715 ±
25620.656 ops/s
SerializationBenchmark.testWriteResponseGraphSON thrpt 20 612832.036 ±
48173.673 ops/s
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)