Skip to content

Commit

Permalink
test[cpp]: test complex object
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Oct 15, 2023
1 parent 6f7dc49 commit 1c87c12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public class BenchmarkTesting {
* <p>
* 包体大小:
* 简单对象,zfoo包体大小8,kryo包体大小5,protobuf包体大小8
* 常规对象,zfoo包体大小430,kryo包体大小483,protobuf包体大小793
* 复杂对象,zfoo包体大小2216,kryo包体大小2528,protobuf包体大小5091
* 常规对象,zfoo包体大小430,kryo包体大小516,protobuf包体大小793
* 复杂对象,zfoo包体大小2191,kryo包体大小2611,protobuf包体大小5083
*/
@Test
public void singleThreadBenchmarks() {
Expand Down
Binary file removed protocol/src/test/resources/ComplexObject.bytes
Binary file not shown.
Binary file added protocol/src/test/resources/complexObject.bytes
Binary file not shown.

0 comments on commit 1c87c12

Please sign in to comment.