wxbty opened a new issue, #13353: URL: https://github.com/apache/dubbo/issues/13353
As mentioned in the roadmap #13065 , the benchmark construction form I understand is as follows. Do you have any other opinions? ### Dubbo性能基准测试 #### 目标:体现Dubbo各方面的基准性能指标 #### 形式:使用以下柱形图,对比某一场景的性能(尽量保持其他参数相同,要关注的参数不同),如下示例  #### 场景1:request/response 不同rpc框架,在核心的request场景(unray)性能表现,使用各框架常用(推荐)配置 参数/返回使用最常见的小请求,小返回 | rpc | version(最新版本) | protocol | Serialization | | --------- | ------------- | -------- | ------------- | | openFeign | 13.0 | http | json | | grpc | 1.59.2 | grpc | PB | | dubbo | 2.7.21 | dubbo | hessian2 | | dubbo | 3.1.11 | triple | hessian2 | | dubbo | 3.2.7 | triple | fastjson2 | #### 场景2:序列化方式 dubbo3.2.8版本,小请求,小返回,使用不同的序列化方式(fastjson2、hessian2、json) ####场景3:通讯协议 dubbo3.2.8版本,小请求,小返回,使用不同的通讯协议(triple、dubbo、http) dubbo3.1.8版本,小请求,小返回,使用不同的通讯协议(triple、dubbo、http) ####场景4:注册中心 关注dubbo 在不同注册中心下性能表现。主要是注册rt,推送rt Zookeeper、Nacos、Redis ### 动态运行 类似grpc的效果,每几个小时对主分支运行一次,仪表盘动态显示,以监测最近合入的代码对性能的影响。 此项需要讨论如何实现,单独起一个服务必然可以做到,通过CI是否可行? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
