diff --git a/event/tooltip/protocol/complex_object.png b/event/tooltip/protocol/complex_object.png index 1f0aad19..41a0dc8b 100644 Binary files a/event/tooltip/protocol/complex_object.png and b/event/tooltip/protocol/complex_object.png differ diff --git a/event/tooltip/protocol/normal_object.png b/event/tooltip/protocol/normal_object.png index f23f3c3b..6b5575b6 100644 Binary files a/event/tooltip/protocol/normal_object.png and b/event/tooltip/protocol/normal_object.png differ diff --git a/protocol/README.md b/protocol/README.md index 2cea4d45..59e8eebd 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -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)