AlexStocks / getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
883 stars 184 forks source link

opt: taskpool move to endpoints layer #49

Closed watermelo closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #49 (642c813) into master (9d45832) will decrease coverage by 3.07%. The diff coverage is 12.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   63.39%   60.32%   -3.08%     
==========================================
  Files          20       20              
  Lines        3300     2936     -364     
==========================================
- Hits         2092     1771     -321     
+ Misses        915      874      -41     
+ Partials      293      291       -2     
Impacted Files Coverage Δ
transport/client.go 68.49% <0.00%> (-4.63%) :arrow_down:
transport/options.go 83.33% <0.00%> (-16.67%) :arrow_down:
transport/session.go 65.15% <0.00%> (-2.77%) :arrow_down:
transport/server.go 66.80% <100.00%> (-1.84%) :arrow_down:
micro/config.go 11.42% <0.00%> (-11.08%) :arrow_down:
rpc/config.go 20.00% <0.00%> (-7.28%) :arrow_down:
rpc/rpc.go 52.77% <0.00%> (-5.76%) :arrow_down:
transport/const.go 75.00% <0.00%> (-5.00%) :arrow_down:
rpc/rpcclientmap.go 82.40% <0.00%> (-3.91%) :arrow_down:
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9d45832...642c813. Read the comment docs.

AlexStocks commented 3 years ago

Pls update gost version to v1.9.3 to enhance task pool robustness.