High performance service center running mode, it leverages high performance codec and http implemantation etc to gain better performance.
edit conf/chassis.yaml
servicecomb: codec: plugin: gccy/go-json protocols: rest: listenAddress: 127.0.0.1:30106
edit conf/app.yaml
server: turbo: true
service center and etcd deployed in local host, even run benchmark tool in same host, so the performance is affected by benchmark tool
API | No Turbo | Turbo |
---|---|---|
register growing instance | 603/s | 826/s |
register same instance | 4451/s | 7178/s |
heartbeat one instance | 6121/s | 9013/s |
find one instance | 6295/s | 8748/s |
find 100 instance | 2519/s | 3751/s |
find 1000 instance | 639/s | 871/s |