xorbitsai / xoscar

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

CHORE: rename default backend with indigen #7

Closed qianduoduo0904 closed 1 year ago

qianduoduo0904 commented 1 year ago

What do these changes do?

Related issue number

Fixes #xxxx

Check code requirements

codecov[bot] commented 1 year ago

Codecov Report

Merging #7 (1844933) into main (3a77590) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   91.02%   91.02%           
=======================================
  Files          41       41           
  Lines        3188     3188           
  Branches      638      638           
=======================================
  Hits         2902     2902           
  Misses        213      213           
  Partials       73       73           
Flag Coverage Δ
unittests 90.87% <100.00%> (ø)

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

Impacted Files Coverage Δ
python/xoscar/metrics/api.py 77.39% <ø> (ø)
python/xoscar/backends/communication/socket.py 97.65% <100.00%> (ø)
python/xoscar/backends/context.py 92.59% <100.00%> (ø)
python/xoscar/backends/indigen/__init__.py 100.00% <100.00%> (ø)
python/xoscar/backends/indigen/backend.py 69.23% <100.00%> (ø)
python/xoscar/backends/indigen/driver.py 85.71% <100.00%> (ø)
python/xoscar/backends/indigen/pool.py 91.66% <100.00%> (ø)
python/xoscar/backends/test/backend.py 100.00% <100.00%> (ø)
python/xoscar/backends/test/pool.py 98.46% <100.00%> (ø)
python/xoscar/profiling.py 92.63% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.