单元测试

单元测试例子放到自己开发的模块下。

如果依赖了第三方服务端(例如Zookeeper),请手动加入 profile。参考 registry-zookeeper 模块代码。

如果依赖了其它模块要集成测试,请放到 test/test-intergrated 模块中。

如果还依赖了第三方服务端(例如Zookeeper),请放到 test-intergrated-3rd 模块中。

性能测试

关闭了以下默认开启项目:-Dcontext.attachment.enable=false -Dserialize.blacklist.enable=false -Ddefault.tracer= -Dlogger.impl=com.alipay.sofa.rpc.log.SLF4JLoggerImpl -Dmultiple.classloader.enable=false -Devent.bus.enable=false

我们对 BOLT+hessian 进行了压测。

服务端:4C8G 虚拟机,千M网络,jdk1.8.0_111;

客户端:50个客户端并发请求。

协议请求响应服务端TPS平均RT(ms)
bolt+hessian1K String1K String直接返回100001.93
bolt+hessian1K String1K String直接返回200004.13
bolt+hessian1K String1K String直接返回300007.32
bolt+hessian1K String1K String直接返回4000015.78
bolt+hessian1K String1K String直接返回50000(接近极限,错误率0.3%)26.51