doc[protocol]: 性能测试文档

This commit is contained in:
jaysunxiao
2021-05-26 08:13:41 +08:00
parent 6fa93ec2a5
commit 79c2c1a925
3 changed files with 4 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 50 KiB

+4 -1
View File
@@ -21,13 +21,16 @@ var packet = ProtocolManager.read(buffer);
```
### Ⅲ. 性能测试
- 下面的是测试环境,横坐标为序列化和发序列化的对象数量,纵坐标为花费的时间毫秒
- 下面的是测试环境
```
操作系统:win10
cpu i9900k
主板:华硕z390
内存:64g
```
- 单线程测试,横坐标为序列化和反序列化的对象数量,纵坐标为花费的时间单位毫秒
![Image text](../event/tooltip/protocol/simple_object.png)
![Image text](../event/tooltip/protocol/simple_data.jpg)
![Image text](../event/tooltip/protocol/normal_object.png)