xorbitsai / xoscar

Python actor framework for heterogeneous computing.
https://xoscar.dev
Apache License 2.0
91 stars 21 forks source link

FEAT: Add / remove a sub pool #54

Closed ChengjieLi28 closed 1 year ago

ChengjieLi28 commented 1 year ago

What do these changes do?

Related issue number

Fixes #53

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #54 (44e98af) into main (b153a14) will increase coverage by 0.25%. The diff coverage is 96.87%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   88.82%   89.07%   +0.25%     
==========================================
  Files          47       47              
  Lines        3928     3991      +63     
  Branches      757      760       +3     
==========================================
+ Hits         3489     3555      +66     
  Misses        352      352              
+ Partials       87       84       -3     
Flag Coverage Δ
unittests 88.90% <96.87%> (+0.25%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
python/xoscar/backends/communication/socket.py 97.20% <ø> (+0.46%) :arrow_up:
python/xoscar/backends/indigen/pool.py 94.57% <95.23%> (+1.23%) :arrow_up:
python/xoscar/backends/config.py 87.01% <100.00%> (+3.45%) :arrow_up:
python/xoscar/backends/test/pool.py 100.00% <100.00%> (+1.53%) :arrow_up:

... and 2 files with indirect coverage changes

:loudspeaker: Have feedback on the report? Share it here.